| Home | Trees | Indices | Help |
|---|
|
|
Base class for any node that includes a "tee".
Note that a continuation node is added via concatenate. In other words, when used within a Sequence, this node will, in addition to providing a branch, also connect directly to the following node. So only "extra" branches need to be provided directly by subclasses.
To rejoin the branch, use Merge().
The lazy flag controls the position of the following node; if False the node is appended to the list of child nodes, otherwise it is inserted into the first position. This implies that evaluation should prefer children in the order given.
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
.clone.
|
The given node is the next node in the sequence. This method is only called on complex nodes after "initial node assembly" is complete (complex nodes are assembled, then connected). It is also only called once.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 29 03:38:24 2010 | http://epydoc.sourceforge.net |