Interface IPObjectTree


public interface IPObjectTree
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the tree depth.
     
  • Method Details

    • getRootNodes

      List getRootNodes()
      Returns:
      list of IPObjectTree.IPObjectTreeNodes, never null
    • 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.