Interface IPObjectTree
public interface IPObjectTree
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getRootNodes
List getRootNodes()- Returns:
- list of
IPObjectTree.IPObjectTreeNode
s, nevernull
-
getDepth
int getDepth()Returns the tree depth. (Defined as the number of tree levels minus 1.) So, a flat tree (with no hierarchy) has a depth of 0.
-