Interface NESTGraphItemObject

All Superinterfaces:
Comparable<NESTGraphItemObject>, DataObject, PropertyHandler
All Known Subinterfaces:
NESTAndEndNodeObject, NESTAndStartNodeObject, NESTConstraintEdgeObject, NESTControlflowEdgeObject, NESTControlflowNodeObject, NESTDataflowEdgeObject, NESTDataNodeObject, NESTEdgeObject, NESTLoopEndNodeObject, NESTLoopStartNodeObject, NESTNodeObject, NESTOrEndNodeObject, NESTOrStartNodeObject, NESTPartOfEdgeObject, NESTSequenceNodeObject, NESTSubWorkflowNodeObject, NESTTaskNodeObject, NESTWorkflowNodeObject, NESTXorEndNodeObject, NESTXorStartNodeObject
All Known Implementing Classes:
NESTAndEndNodeObjectImpl, NESTAndStartNodeObjectImpl, NESTConstraintEdgeObjectImpl, NESTControlflowEdgeObjectImpl, NESTControlflowNodeObjectImpl, NESTDataflowEdgeObjectImpl, NESTDataNodeObjectImpl, NESTEdgeObjectImpl, NESTGraphItemObjectImpl, NESTLoopEndNodeObjectImpl, NESTLoopStartNodeObjectImpl, NESTNodeObjectImpl, NESTOrEndNodeObjectImpl, NESTOrStartNodeObjectImpl, NESTPartOfEdgeObjectImpl, NESTSequenceNodeObjectImpl, NESTSubWorkflowNodeObjectImpl, NESTTaskNodeObjectImpl, NESTWorkflowNodeObjectImpl, NESTXorEndNodeObjectImpl, NESTXorStartNodeObjectImpl

public interface NESTGraphItemObject extends DataObject, Comparable<NESTGraphItemObject>
Interface of an abstract graph-object used for code reuse.
Author:
Alexander Stromer