Package io.process4j.core.bpmn.model
Class BPMNAssociation
- java.lang.Object
-
- io.process4j.core.bpmn.model.BPMNAssociation
-
public class BPMNAssociation extends Object
-
-
Constructor Summary
Constructors Constructor Description BPMNAssociation()
BPMNAssociation(String id, String sourceRef, String targetRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getSourceRef()
String
getTargetRef()
-