Uses of Interface
org.gcube.informationsystem.tree.NodeElaborator
Packages that use NodeElaborator
Package
Description
-
Uses of NodeElaborator in org.gcube.informationsystem.discovery.knowledge
Classes in org.gcube.informationsystem.discovery.knowledge that implement NodeElaboratorModifier and TypeClassDescriptionclassA 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 NodeElaboratorModifier and TypeMethodDescriptionvoidNode.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.