|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the actual implementation type of this TreeNodepublic interface TreeNode<T extends TreeNode<T>>
A specialization of a GraphNode
that contains a reference to its parent, thereby making the graph a tree
(since each node can now have only one parent node).
Method Summary | |
---|---|
T |
getParent()
Returns the parent node or null if this node is the root. |
Methods inherited from interface org.parboiled.trees.GraphNode |
---|
getChildren |
Method Detail |
---|
T getParent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |