Uses of Class
org.gcube.informationsystem.tree.Node
-
Packages that use Node Package Description org.gcube.informationsystem.discovery.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.tree
Methods 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>Node. getParent()Node<T>Tree. getRoot()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. getChildrenNodes()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)
-