Class Tree
- java.lang.Object
-
- org.gcube.informationsystem.utils.knowledge.Tree
-
public class Tree extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddNode(Type type)voidcreateUsageKnowledge(Type type)voidelaborate(NodeElaborator nodeElaborator)NodegetRoot()voidsetAllowMultipleInheritance(boolean allowMultipleInheritance)StringtoString()
-
-
-
Constructor Detail
-
Tree
public Tree(Type head)
-
-
Method Detail
-
setAllowMultipleInheritance
public void setAllowMultipleInheritance(boolean allowMultipleInheritance)
-
createUsageKnowledge
public void createUsageKnowledge(Type type)
-
addNode
public void addNode(Type type)
-
getRoot
public Node getRoot()
-
elaborate
public void elaborate(NodeElaborator nodeElaborator) throws Exception
- Throws:
Exception
-
-