Uses of Interface
org.gcube.informationsystem.tree.NodeInformation
-
-
Uses of NodeInformation in org.gcube.informationsystem.discovery.knowledge
Classes in org.gcube.informationsystem.discovery.knowledge that implement NodeInformation Modifier and Type Class Description classClassInformation -
Uses of NodeInformation in org.gcube.informationsystem.model.knowledge
Subinterfaces of NodeInformation in org.gcube.informationsystem.model.knowledge Modifier and Type Interface Description interfaceTypeInformation<T> -
Uses of NodeInformation in org.gcube.informationsystem.tree
Methods in org.gcube.informationsystem.tree that return NodeInformation Modifier and Type Method Description NodeInformation<T>Tree. getNodeInformation()Methods in org.gcube.informationsystem.tree with parameters of type NodeInformation Modifier and Type Method Description voidTree. setNodeInformation(NodeInformation<T> ni)Set the NodeInformation if and only if it was not previously set.Constructors in org.gcube.informationsystem.tree with parameters of type NodeInformation Constructor Description Tree(NodeInformation<T> ni)Tree(T root, NodeInformation<T> ni) -
Uses of NodeInformation in org.gcube.informationsystem.types.knowledge
Classes in org.gcube.informationsystem.types.knowledge that implement NodeInformation Modifier and Type Class Description classTypeInformation
-