Interface IWorkflowBpmnAssociationEdge
public interface IWorkflowBpmnAssociationEdge
Represents the result of
IWorkflowBpmnAssociationEdgeBuilder.build(), with an edge and an association.- Since:
- 8.4.0
-
Method Summary
Modifier and TypeMethodDescriptionde.xima.bpmn_model.api.element.bpmn.artifacts.AssociationThe newly createdassociation.de.xima.bpmn_model.api.element.bpmndi.BpmnEdgeedge()The newly createdBPMN edge.
-
Method Details
-
association
de.xima.bpmn_model.api.element.bpmn.artifacts.Association association()The newly createdassociation.- Returns:
- The association.
-
edge
de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge()The newly createdBPMN edge.- Returns:
- The BPMN edge.
-