Interface IWorkflowBpmnAssociationEdge
- 
public interface IWorkflowBpmnAssociationEdgeRepresents 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.Associationassociation()The newly createdassociation.de.xima.bpmn_model.api.element.bpmndi.BpmnEdgeedge()The newly createdBPMN edge. 
 -