Class Tree


  • public class Tree
    extends Object
    Author:
    Luca Frosini (ISTI - CNR)
    • 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()