information-system-model-do.../src/main/java/org/gcube/informationsystem/utils/documentation/knowledge/NodeElaborator.java

11 lines
214 B
Java
Raw Normal View History

2023-01-24 16:54:00 +01:00
package org.gcube.informationsystem.utils.documentation.knowledge;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public interface NodeElaborator {
public void elaborate(Node node, int level) throws Exception;
}