Interface IWorkflowBpmnAssociationEdge
-
public interface IWorkflowBpmnAssociationEdge
Represents the result ofIWorkflowBpmnAssociationEdgeBuilder.build()
, with an edge and an association.- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.xima.bpmn_model.api.element.bpmn.artifacts.Association
association()
The newly createdassociation
.de.xima.bpmn_model.api.element.bpmndi.BpmnEdge
edge()
The newly createdBPMN edge
.
-