Class MessageFlow
java.lang.Object
A class to represent edges of the message flow in a BPMN Model
- Author:
- Benedikt Knopp
-
Constructor Summary
ConstructorDescriptionMessageFlow
(BpmnNode nodeA, BpmnNode nodeB) Create a new edgeMessageFlow
(BpmnNode nodeA, BpmnNode nodeB, String label) Create a new labeled edge -
Method Summary
Methods inherited from class org.tweetyproject.graphs.DirectedEdge
toString
-
Constructor Details
-
MessageFlow
-
MessageFlow
-