Interface IWorkflowBpmnFlowEdge

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge()
      The newly created BPMN edge.
      de.xima.bpmn_model.api.element.bpmn.common.SequenceFlow flow()
      The newly created sequence flow.
    • Method Detail

      • edge

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

        de.xima.bpmn_model.api.element.bpmn.common.SequenceFlow flow()
        The newly created sequence flow.
        Returns:
        The sequence flow.