Package uk.ac.qmul.eecs.ccmi.xmlparser
Interface HierarchyItem
-
- All Known Implementing Classes:
- Diagram, Edge, EdgeNode, EdgeType, Node, NodeProperty, NodeType, PropertyValue
public interface HierarchyItem
Interface implemented by the classes of this package that are represent elements showed in the hierarchical view, when the user explores the diagram
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description java.lang.String
toString()
toString()
must be overwritten in order to return the label of the item
-