Class EdgeType

  • java.lang.Object
    • uk.ac.qmul.eecs.ccmi.xmlparser.EdgeType
    • Constructor Detail

      • EdgeType

        public EdgeType()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

        public void setType(java.lang.String type)
      • getMinAttachedNodes

        public int getMinAttachedNodes()
      • setMinAttachedNodes

        public void setMinAttachedNodes(int minAttachedNodes)
      • getMaxAttachedNodes

        public int getMaxAttachedNodes()
      • setMaxAttachedNodes

        public void setMaxAttachedNodes(int maxAttachedNodes)
      • getHeads

        public java.util.List<Head> getHeads()
      • setHeads

        public void setHeads(java.util.ArrayList<Head> heads)
      • toString

        public java.lang.String toString()
        Description copied from interface: HierarchyItem
        toString() must be overwritten in order to return the label of the item
        Specified by:
        toString in interface HierarchyItem
        Overrides:
        toString in class java.lang.Object