Uses of Class
org.gcube.informationsystem.tree.Tree
Packages that use Tree
Package
Description
-
Uses of Tree in org.gcube.informationsystem.discovery.knowledge
Fields in org.gcube.informationsystem.discovery.knowledge declared as TreeModifier and TypeFieldDescriptionAddElementToTreeAction.treeThe tree to which discovered elements will be added.Fields in org.gcube.informationsystem.discovery.knowledge with type parameters of type TreeModifier and TypeFieldDescriptionprotected 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 TreeModifier and TypeMethodDescriptionModelKnowledge.getClassesTree(AccessType accessType) Returns the class hierarchy tree for a specific access type.Constructors in org.gcube.informationsystem.discovery.knowledge with parameters of type TreeModifierConstructorDescriptionAddElementToTreeAction(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 TreeModifier and TypeFieldDescriptionprotected Map<AccessType,Tree<T>> ModelKnowledge.treesThe trees of types.Methods in org.gcube.informationsystem.model.knowledge that return TreeModifier and TypeMethodDescriptionModelKnowledge.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 TreeMethods in org.gcube.informationsystem.tree that return Tree