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 classClassInformationAn implementation ofTypeInformationforClass<Element>objects. -
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>ExtendsNodeInformationto provide additional type-related information. -
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()Returns the node information provider for this tree.Methods in org.gcube.informationsystem.tree with parameters of type NodeInformation Modifier and Type Method Description voidTree. setNodeInformation(NodeInformation<T> ni)Sets the node information provider for this tree, if not already set.Constructors in org.gcube.informationsystem.tree with parameters of type NodeInformation Constructor Description Tree(NodeInformation<T> ni)Constructs a tree with the given node information provider.Tree(T root, NodeInformation<T> ni)Constructs a tree with the given root element and node information provider. -
Uses of NodeInformation in org.gcube.informationsystem.types.knowledge
Classes in org.gcube.informationsystem.types.knowledge that implement NodeInformation Modifier and Type Class Description classTypeInformationProvides information about aType.
-