Class Association
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
Create a new Association between two nodes- Parameters:
nodeA
- a nodenodeB
- a node
-