Home | Trees | Indices | Help |
|
---|
|
Generic translation class for HiNet flow. The dummy implementation in this base class turns the HiNet structure into nested lists of the basic nodes.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Initialize the internal variables.
|
Translate a CloneLayer and return the translation. |
Translate the flow and return the translation. |
Translate a node containing a flow and return the translation. The internal nodes are translated recursively. Note that this method is used for translation whenever the node has a flow attribute. This flow attribute is then used for the iteration, so the node itself does not have to be an iterable. |
Translate a layer and return the translation. All the nodes in the layer are translated. |
Translate a node and return the translation. Depending on the type of the node this can be delegated to more specific methods. |
Translate a SameInputLayer and return the translation. |
Translate a node and return the translation. This method is used when no specialized translation (like for FlowNodes or Layers) is required. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Oct 9 06:08:50 2009 | http://epydoc.sourceforge.net |