Uses of Class
org.gcube.informationsystem.tree.Tree
-
Packages that use Tree Package Description org.gcube.informationsystem.discovery.knowledge org.gcube.informationsystem.model.knowledge org.gcube.informationsystem.tree -
-
Uses of Tree in org.gcube.informationsystem.discovery.knowledge
Fields in org.gcube.informationsystem.discovery.knowledge declared as Tree Modifier and Type Field Description protected Tree<Class<Element>>AddElementToTreeAction. treeThe tree to which discovered elements will be added.Fields in org.gcube.informationsystem.discovery.knowledge with type parameters of type Tree Modifier and Type Field Description protected Map<AccessType,Tree<Class<Element>>>ModelKnowledge. treesA map of class hierarchy trees, keyed by access type.Methods in org.gcube.informationsystem.discovery.knowledge that return Tree Modifier and Type Method Description Tree<Class<Element>>ModelKnowledge. getClassesTree(AccessType accessType)Returns the class hierarchy tree for a specific access type.Constructors in org.gcube.informationsystem.discovery.knowledge with parameters of type Tree Constructor Description AddElementToTreeAction(Tree<Class<Element>> tree)Constructs a new action with the specified tree. -
Uses of Tree in org.gcube.informationsystem.model.knowledge
Fields in org.gcube.informationsystem.model.knowledge with type parameters of type Tree Modifier and Type Field Description protected Map<AccessType,Tree<T>>ModelKnowledge. treesThe trees of types.Methods in org.gcube.informationsystem.model.knowledge that return Tree Modifier and Type Method Description Tree<T>ModelKnowledge. getTree(AccessType accessType)Returns the tree for the given access type. -
Uses of Tree in org.gcube.informationsystem.tree
Fields in org.gcube.informationsystem.tree declared as Tree Modifier and Type Field Description protected Tree<T>Node. treeThe tree to which this node belongs.Methods in org.gcube.informationsystem.tree that return Tree Modifier and Type Method Description Tree<T>Node. getTree()Returns the tree to which this node belongs.
-