Interface NESTControlflowEdgeObject

All Superinterfaces:
Comparable<NESTGraphItemObject>, DataObject, NESTEdgeObject, NESTGraphItemObject, PropertyHandler
All Known Implementing Classes:
NESTControlflowEdgeObjectImpl

public interface NESTControlflowEdgeObject extends NESTEdgeObject
Interface of a Controlflow-Edge of a NEST-graph. The control-flow among tasks is represented using control-flow edges. Such an edge connects two task nodes or a task node with a control-flow node. An edge from node n1 to n2 indicates that node n2 may be executed after node n1.
Author:
Alexander Stromer