Class NodeType

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

      • NodeType

        public NodeType()
    • Method Detail

      • getType

        public java.lang.String getType()
      • setType

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

        public java.lang.String getShapeType()
      • setShapeType

        public void setShapeType(java.lang.String shapeType)
      • getPropretyTypes

        public java.util.ArrayList<NodePropertyType> getPropretyTypes()
      • setNodePropreties

        public void setNodePropreties(java.util.ArrayList<NodePropertyType> nodePropreties)
      • 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