Home | Trees | Indices | Help |
|
---|
|
Provides a ReadingConverter that converts between readings over a third reading called bridge reading.
|
|||
list of tuple |
|
||
|
|||
list of str |
|
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
CONVERSION_BRIDGE =
List containing all conversion directions together with the bridge reading over which the conversion is made. |
|||
CONVERSION_DIRECTIONS =
List of tuples for specifying supported conversion directions from reading A to reading B. |
|
|||
Inherited from |
|
Extracts all conversion directions implicitly stored in the bridge definition.
|
Creates an instance of the BridgeConverter.
|
Converts a list of entities in the source reading to the given target reading. The default implementation will raise a NotImplementedError.
|
|
CONVERSION_BRIDGEList containing all conversion directions together with the bridge reading over which the conversion is made. Form: (fromReading, bridgeReading, toReading) As conversion may be lossy it is important which conversion path is chosen.
|
CONVERSION_DIRECTIONSList of tuples for specifying supported conversion directions from reading A to reading B. If both directions are supported, two tuples (A, B) and (B, A) are given.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 19 22:38:35 2009 | http://epydoc.sourceforge.net |