Class SequenceFlow
java.lang.Object
A class to represent edges of the sequence flow in a BPMN Model
- Author:
- Benedikt Knopp
-
Constructor Summary
ConstructorDescriptionSequenceFlow
(BpmnNode nodeA, BpmnNode nodeB) ConstructorSequenceFlow
(BpmnNode nodeA, BpmnNode nodeB, String label) Constructor -
Method Summary
Methods inherited from class org.tweetyproject.graphs.DirectedEdge
toString
-
Constructor Details
-
SequenceFlow
-
SequenceFlow
-