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 Type
    Method
    Description
    de.xima.bpmn_model.api.element.bpmn.artifacts.Association
    The newly created association.
    de.xima.bpmn_model.api.element.bpmndi.BpmnEdge
    The newly created BPMN edge.
  • Method Details

    • association

      de.xima.bpmn_model.api.element.bpmn.artifacts.Association association()
      The newly created association.
      Returns:
      The association.
    • edge

      de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge()
      The newly created BPMN edge.
      Returns:
      The BPMN edge.