Uses of Class
org.gcube.informationsystem.utils.knowledge.Node
-
Packages that use Node Package Description org.gcube.informationsystem.utils.knowledge -
-
Uses of Node in org.gcube.informationsystem.utils.knowledge
Methods in org.gcube.informationsystem.utils.knowledge that return Node Modifier and Type Method Description NodeNode. addChild(Node child)NodeNode. getParent()NodeTree. getRoot()NodeNode. setParent(Node parent)Methods in org.gcube.informationsystem.utils.knowledge that return types with arguments of type Node Modifier and Type Method Description Set<Node>Node. getChildrenNodes()Methods in org.gcube.informationsystem.utils.knowledge with parameters of type Node Modifier and Type Method Description NodeNode. addChild(Node child)intNode. compareTo(Node other)voidNodeElaborator. elaborate(Node node, int level)NodeNode. setParent(Node parent)
-