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