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) -
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. parentFields in org.gcube.informationsystem.tree with type parameters of type Node Modifier and Type Field Description protected Set<Node<T>>Node. childrenprotected Set<Node<T>>Node. descendantsMethods in org.gcube.informationsystem.tree that return Node Modifier and Type Method Description Node<T>Node. addChild(Node<T> child)Node<T>Tree. addNode(T t)Node<T>Tree. getNodeByIdentifier(String identifier)Node<T>Node. getParent()Node<T>Tree. getRootNode()Node<T>Node. setParent(Node<T> parent)Methods in org.gcube.informationsystem.tree that return types with arguments of type Node Modifier and Type Method Description Set<Node<T>>Node. getChildren()Set<Node<T>>Node. getDescendants()Methods in org.gcube.informationsystem.tree with parameters of type Node Modifier and Type Method Description Node<T>Node. addChild(Node<T> child)intNode. compareTo(Node<T> other)voidNodeElaborator. elaborate(Node<T> node, int level)Node<T>Node. setParent(Node<T> parent)
-