Class Association
java.lang.Object
A class to represent Associations in a BPMN Model
- Author:
- Benedikt Knopp
-
Constructor Summary
ConstructorDescriptionAssociation
(BpmnNode nodeA, BpmnNode nodeB) Create a new Association between two nodes -
Method Summary
Methods inherited from class org.tweetyproject.graphs.UndirectedEdge
equals, hashCode, toString
-
Constructor Details
-
Association
-