Uses of Interface
org.gcube.informationsystem.tree.NodeInformation
Packages that use NodeInformation
Package
Description
-
Uses of NodeInformation in org.gcube.informationsystem.discovery.knowledge
Classes in org.gcube.informationsystem.discovery.knowledge that implement NodeInformationModifier and TypeClassDescriptionclassAn implementation ofTypeInformationforClass<Element>objects. -
Uses of NodeInformation in org.gcube.informationsystem.model.knowledge
Subinterfaces of NodeInformation in org.gcube.informationsystem.model.knowledgeModifier and TypeInterfaceDescriptioninterfaceExtendsNodeInformationto provide additional type-related information. -
Uses of NodeInformation in org.gcube.informationsystem.tree
Methods in org.gcube.informationsystem.tree that return NodeInformationModifier and TypeMethodDescriptionTree.getNodeInformation()Returns the node information provider for this tree.Methods in org.gcube.informationsystem.tree with parameters of type NodeInformationModifier and TypeMethodDescriptionvoidTree.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 NodeInformationModifierConstructorDescriptionTree(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