Interface StarTree


  • public interface StarTree
    Interface for StarTree.
    • Method Detail

      • getRoot

        StarTreeNode getRoot()
        Get the root node of the star tree.
      • getDimensionNames

        List<String> getDimensionNames()
        Get a list of all dimension names. The node dimension id is the index of the dimension name in this list.