Uses of Interface
org.gcube.informationsystem.tree.NodeElaborator
-
Packages that use NodeElaborator Package Description org.gcube.informationsystem.discovery.knowledge org.gcube.informationsystem.tree -
-
Uses of NodeElaborator in org.gcube.informationsystem.discovery.knowledge
Classes in org.gcube.informationsystem.discovery.knowledge that implement NodeElaborator Modifier and Type Class Description classModelKnowledgeValidatorA validator that checks if discovered model types belong to the expected packages as defined by aRegistrationProvider. -
Uses of NodeElaborator in org.gcube.informationsystem.tree
Methods in org.gcube.informationsystem.tree with parameters of type NodeElaborator Modifier and Type Method Description voidNode. elaborate(NodeElaborator<T> nodeElaborator)Traverses the subtree starting from this node and applies the given elaborator.protected voidNode. elaborate(NodeElaborator<T> nodeElaborator, int level)Traverses the subtree starting from this node and applies the given elaborator.voidTree. elaborate(NodeElaborator<T> nodeElaborator)Traverses the tree and applies the given elaborator to each node.
-