Class AbstractTree

  • All Implemented Interfaces:
    Tree

    public abstract class AbstractTree
    extends java.lang.Object
    implements Tree
    • Method Detail

      • getName

        public Name getName()
        Specified by:
        getName in interface Tree
      • getUniqueId

        public java.lang.String getUniqueId()
        Specified by:
        getUniqueId in interface Tree
      • addChild

        public Tree addChild​(Name childName,
                             Name primaryTypeName,
                             java.lang.String uniqueId)
        Specified by:
        addChild in interface Tree