Uses of Class
org.gcube.informationsystem.tree.Node
Packages that use Node
Package
Description
-
Uses of Node in org.gcube.informationsystem.discovery.knowledge
Methods in org.gcube.informationsystem.discovery.knowledge with parameters of type Node -
Uses of Node in org.gcube.informationsystem.model.knowledge
Methods in org.gcube.informationsystem.model.knowledge that return NodeModifier and TypeMethodDescriptionModelKnowledge.getNodeByName(String typeName) Return the node for the type if it is contained in the Knowledge -
Uses of Node in org.gcube.informationsystem.tree
Fields in org.gcube.informationsystem.tree declared as NodeFields in org.gcube.informationsystem.tree with type parameters of type NodeModifier and TypeFieldDescriptionNode.childrenThe children of this node.Node.descendantsAll descendants of this node.Methods in org.gcube.informationsystem.tree that return NodeModifier and TypeMethodDescriptionAdds a child to this node.Adds a new node to the tree.Tree.getNodeByIdentifier(String identifier) Returns the node with the given identifier.Node.getParent()Returns the parent of this node.Tree.getRootNode()Returns the root node of the tree.Sets the parent of this node.Methods in org.gcube.informationsystem.tree that return types with arguments of type NodeModifier and TypeMethodDescriptionNode.getChildren()Returns the children of this node.Node.getDescendants()Returns all descendants of this node.Methods in org.gcube.informationsystem.tree with parameters of type Node