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 depth of the tree, which is defined to be number of levels of the tree minus 1.
     
  • Method Details

    • getRootNodes

      List getRootNodes()
      Returns:
      list of IPObjectTree.IPObjectTreeNodes, never null
    • getDepth

      int getDepth()
      Returns depth of the tree, which is defined to be number of levels of the tree minus 1. So flat tree (no hierarchy) has zero depth.