Package org.flowable.bpmn.model
Class AssociationModel
- java.lang.Object
-
- org.flowable.bpmn.model.AssociationModel
-
public class AssociationModel extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description AssociationDirectionassociationDirectionStringidProcessparentProcessStringsourceRefStringtargetRef
-
Constructor Summary
Constructors Constructor Description AssociationModel()
-
-
-
Field Detail
-
id
public String id
-
associationDirection
public AssociationDirection associationDirection
-
sourceRef
public String sourceRef
-
targetRef
public String targetRef
-
parentProcess
public Process parentProcess
-
-