Uses of Class
org.gcube.searchsystem.planning.maxsubtree.GeneralTreeNode.NodeType

Packages that use GeneralTreeNode.NodeType
org.gcube.searchsystem.planning.maxsubtree   
 

Uses of GeneralTreeNode.NodeType in org.gcube.searchsystem.planning.maxsubtree
 

Methods in org.gcube.searchsystem.planning.maxsubtree that return GeneralTreeNode.NodeType
static GeneralTreeNode.NodeType GeneralTreeNode.NodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GeneralTreeNode.NodeType[] GeneralTreeNode.NodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.