|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Node
A node of the tree.
Method Summary | |
---|---|
Node |
getChild(java.lang.String key)
Returns a specific child of this node or null if it does not exist. |
java.util.Map |
getChildren()
Returns a immutable map containing all the children of this node. |
FQN |
getID()
Return the node id. |
java.lang.String |
getName()
Return the node name. |
java.lang.Object |
getProperty(java.lang.String name)
Return the property for this key or null if it does not exist. |
Method Detail |
---|
FQN getID()
java.lang.String getName()
java.lang.Object getProperty(java.lang.String name)
Node getChild(java.lang.String key)
java.util.Map getChildren()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |