Package org.gcube.informationsystem.tree
Interface NodeElaborator<T>
-
- Type Parameters:
T- The type of the element in the node.
- All Known Implementing Classes:
ModelKnowledgeValidator
public interface NodeElaborator<T>- Author:
- Luca Frosini (ISTI - CNR)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidelaborate(Node<T> node, int level)Performs an operation on the given node.
-