public interface TreeNode
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
REVISION  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getId()
Returns id of the current node 
 | 
java.util.Collection<? extends TreeNode> | 
getTreeChildren()
Returns a Collection of TreeNode children
 of the current node 
 | 
TreeNode | 
getTreeParent()
Returns parent of the current node 
 | 
TreeNode | 
getTreeRoot()
Returns the root of the current node 
 | 
boolean | 
isTreeLeaf()
Returns boolean true if the TreeNode is a leaf 
 | 
boolean | 
isTreeNode()
Returns boolean true if the TreeNode is a node 
 | 
static final java.lang.String REVISION
java.util.Collection<? extends TreeNode> getTreeChildren()
java.lang.String getId()
TreeNode getTreeParent()
boolean isTreeLeaf()
boolean isTreeNode()
TreeNode getTreeRoot()
Copyright © 2001-2018 Jalios SA. All Rights Reserved.