Uses of Class
org.gcube.informationsystem.tree.Node
-
Packages that use Node Package Description org.gcube.informationsystem.discovery.knowledge org.gcube.informationsystem.model.knowledge org.gcube.informationsystem.tree -
-
Uses of Node in org.gcube.informationsystem.discovery.knowledge
Methods in org.gcube.informationsystem.discovery.knowledge with parameters of type Node Modifier and Type Method Description voidModelKnowledgeValidator. elaborate(Node<Class<Element>> node, int level)Performs an operation on the given node. -
Uses of Node in org.gcube.informationsystem.model.knowledge
Methods in org.gcube.informationsystem.model.knowledge that return Node Modifier and Type Method Description Node<T>ModelKnowledge. 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 Node Modifier and Type Field Description protected Node<T>Node. parentThe parent of this node.Fields in org.gcube.informationsystem.tree with type parameters of type Node Modifier and Type Field Description protected Set<Node<T>>Node. childrenThe children of this node.protected Set<Node<T>>Node. descendantsAll descendants of this node.Methods in org.gcube.informationsystem.tree that return Node Modifier and Type Method Description Node<T>Node. addChild(Node<T> child)Adds a child to this node.Node<T>Tree. addNode(T t)Adds a new node to the tree.Node<T>Tree. getNodeByIdentifier(String identifier)Returns the node with the given identifier.Node<T>Node. getParent()Returns the parent of this node.Node<T>Tree. getRootNode()Returns the root node of the tree.Node<T>Node. setParent(Node<T> parent)Sets the parent of this node.Methods in org.gcube.informationsystem.tree that return types with arguments of type Node Modifier and Type Method Description Set<Node<T>>Node. getChildren()Returns the children of this node.Set<Node<T>>Node. getDescendants()Returns all descendants of this node.Methods in org.gcube.informationsystem.tree with parameters of type Node Modifier and Type Method Description Node<T>Node. addChild(Node<T> child)Adds a child to this node.intNode. compareTo(Node<T> other)voidNodeElaborator. elaborate(Node<T> node, int level)Performs an operation on the given node.Node<T>Node. setParent(Node<T> parent)Sets the parent of this node.
-