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
-
Method Details
-
elaborate
Performs an operation on the given node.- Parameters:
node- The node to process.level- The depth of the node in the tree.- Throws:
Exception- if an error occurs during elaboration.
-