Interface StarTree
-
public interface StarTreeInterface for StarTree.
-
-
Method Summary
Modifier and Type Method Description List<String>getDimensionNames()Get a list of all dimension names.StarTreeNodegetRoot()Get the root node of the star tree.voidprintTree(Map<String,Dictionary> dictionaryMap)Print the tree.
-
-
-
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.
-
printTree
void printTree(Map<String,Dictionary> dictionaryMap)
Print the tree.
-
-