IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.defaultFor(de.xima.bpmn_model.api.behavior.DefaultFlowAvailable<?> element) |
Marks the built flow as the default flow for the given BPMN element.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.defaultFor(IBpmnElementAccessor<? extends de.xima.bpmn_model.api.behavior.DefaultFlowAvailable<?>> element) |
Marks the built flow as the default flow for the given BPMN element.
|
IWorkflowBpmnFlowEdgeBuilder |
IFlattenedAlignmentItemMap.flow() |
Gets a builder for adding a SequenceFlow between elements in this map.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.fromInPort(IStructuredBpmnModelPart part) |
Sets the sequence flow's source to the in port of the given structured model part.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.fromInPort(IStructuredBpmnModelPartBuilder<?> part) |
Sets the sequence flow's source to the in port of the given structured model part.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.fromInPort(IStructuredBpmnModelPartBuilder<?> part,
Point2DDouble inPortPoint) |
Sets the sequence flow's source to the in port of the given structured model part, using the given point as the
in port point.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.fromOutPort(IStructuredBpmnModelPart part) |
Sets the sequence flow's source to the out port of the given structured model part.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.fromOutPort(IStructuredBpmnModelPartBuilder<?> part) |
Sets the sequence flow's source to the out port of the given structured model part.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.fromOutPort(IStructuredBpmnModelPartBuilder<?> part,
Point2DDouble outPortPoint) |
Sets the sequence flow's source to the out port of the given structured model part, using the given point as the
out port point.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.fromStartToEndEvent(IBoundedBpmnElementLayout<?> subProcessBody) |
Creates a SequenceFlow and BPMN edge between the start and end event of the given
layout.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.name(Positioned<? extends IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?>,Point2DDouble> name) |
Sets the name (label) of the sequence flow.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.name(StyledBpmnLabel name) |
Sets the name (label) of the sequence flow.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.name(IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?> name,
Point2DDouble position) |
Sets the name (label) of the sequence flow.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.name(IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?> name,
IWorkflowBpmnFlowEdgeNameConfigurator configurator) |
Sets the name (label) of the sequence flow.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.toInPort(IStructuredBpmnModelPart part) |
Sets the sequence flow's target to the in port of the given structured model part.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.toInPort(IStructuredBpmnModelPartBuilder<?> part) |
Sets the sequence flow's target to the in port of the given structured model part.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.toInPort(IStructuredBpmnModelPartBuilder<?> part,
Point2DDouble inPortPoint) |
Sets the sequence flow's target to the in port of the given structured model part, using the given point as the
in port point.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.toOutPort(IStructuredBpmnModelPart part) |
Sets the sequence flow's target to the out port of the given structured model part.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.toOutPort(IStructuredBpmnModelPartBuilder<?> part) |
Sets the sequence flow's target to the out port of the given structured model part.
|
IWorkflowBpmnFlowEdgeBuilder |
IWorkflowBpmnFlowEdgeBuilder.toOutPort(IStructuredBpmnModelPartBuilder<?> part,
Point2DDouble outPortPoint) |
Sets the sequence flow's target to the out port of the given structured model part, using the given point as the
out port point.
|