Home | Trees | Indices | Help |
|
---|
|
object --+ | Node --+ | LeafNode
Intermediary for nodes that have no child nodes.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
Abstract method that defines first for the subclass. The return value should be an iterable of tuples of integers denoting paths from this node through the term tree to a symbol.
|
Abstract method that defines last for the subclass. The return value should be an iterable of tuples of integers denoting paths from this node through the term tree to a symbol.
|
Abstract method that defines nullable for the subclass. The return value should be
|
Abstract method that defines follow for the subclass. The return value should be a map from tuples of integers (positions) to a list of transitions, where a transition is a position and an update instruction.
|
Abstract method implementing walkTermTree for the subclass.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Dec 17 13:09:09 2012 | http://epydoc.sourceforge.net |