| Home | Trees | Indices | Help |
|---|
|
|
An interface for the tree made of AbstractNodes. Access to sensitive methods is protected by concurrent programming objects: locks and conditions.
|
|||
|
|||
| AbstractNode |
|
||
| AbstractNode |
|
||
(AbstractNode, NodeAction) pair or None
|
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
__sentinel The sentinel is a purely technical object. |
|||
|
__root The main business-level element of the tree |
|||
|
|||
|
|
|
Append new children to the node and return a child that can be entered by the crawler.
|
Set the leaf state of the node
|
Set the node state as
|
|
|
|
|||
__sentinelThe sentinel is a purely technical object. It shouldn't be analyzed by the navigator. It is here just to make sure that the root of the tree has a parent. This is because it is required by our algorithm that all of the nodes in the tree have a parent. |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sun Sep 25 22:18:22 2011 | http://epydoc.sourceforge.net |