Interface IWorkflowBpmnSubProcessBodyShape
-
public interface IWorkflowBpmnSubProcessBodyShapeRepresents theBPMN shapescreated for the start and end event of aIBoundedBpmnElementLayout.- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description de.xima.bpmn_model.api.element.bpmndi.BpmnShapeendEvent()The shape end event that terminates theIBpmnElementLayout.item().de.xima.bpmn_model.api.element.bpmndi.BpmnShapestartEvent()The start event that starts theIBpmnElementLayout.item().
-
-
-
Method Detail
-
endEvent
de.xima.bpmn_model.api.element.bpmndi.BpmnShape endEvent()
The shape end event that terminates theIBpmnElementLayout.item().- Returns:
- The shape of the end event.
-
startEvent
de.xima.bpmn_model.api.element.bpmndi.BpmnShape startEvent()
The start event that starts theIBpmnElementLayout.item().- Returns:
- The shape of the start event.
-
-