Self |
IFertileStructuredBpmnModelPartBuilder.addChildPart(IFlattenedAlignmentItemMap<?> flattened,
AWorkflowElement<?,?> element,
IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.FlowElementsContainer<?>> container) |
|
Self |
IFertileStructuredBpmnModelPartBuilder.addChildPart(IFlattenedAlignmentItemMap<?> flattened,
AWorkflowElement<?,?> element,
IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.FlowElementsContainer<?>> container,
de.xima.bpmn_model.api.element.bpmn.process.Lane lane) |
|
Self |
IFertileStructuredBpmnModelPartBuilder.addChildPart(IStructuredBpmnModelPart part,
Point2DDouble position,
IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.FlowElementsContainer<?>> container) |
|
Self |
IFertileStructuredBpmnModelPartBuilder.addChildPart(IStructuredBpmnModelPart part,
Point2DDouble position,
IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.FlowElementsContainer<?>> container,
de.xima.bpmn_model.api.element.bpmn.process.Lane lane) |
|
Self |
IFlowableStructuredBpmnModelPartBuilder.addInterconnection(de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?> source,
WorkflowBpmnPointRef.StructuredPartRef target,
IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.SequenceFlow> flow,
de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge,
de.xima.bpmn_model.api.element.dc.Point... waypoints) |
|
Self |
IFlowableStructuredBpmnModelPartBuilder.addInterconnection(de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?> source,
WorkflowBpmnPointRef.StructuredPartRef target,
IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.SequenceFlow> flow,
de.xima.bpmn_model.api.element.bpmndi.BpmnEdge edge,
Iterable<de.xima.bpmn_model.api.element.dc.Point> waypoints) |
|
Self |
IFlowableStructuredBpmnModelPartBuilder.addInterconnection(WorkflowBpmnPointRef.StructuredPartRef source,
IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?>> target,
de.xima.bpmn_model.api.element.dc.Point... waypoints) |
|
Self |
IFlowableStructuredBpmnModelPartBuilder.addInterconnection(WorkflowBpmnPointRef.StructuredPartRef source,
IBpmnElementAccessor<? extends de.xima.bpmn_model.api.element.bpmn.common.FlowNode<?>> target,
Iterable<de.xima.bpmn_model.api.element.dc.Point> waypoints) |
|
Self |
IWorkflowBpmnConnectionEdgeBuilder.betweenPorts(IBpmnElementAccessor<? extends Element> source,
IBpmnElementAccessor<? extends Element> target) |
Creates a connection and BPMN edge between the given source and target elements.
|
Self |
IWorkflowBpmnConnectionEdgeBuilder.betweenPorts(IBpmnElementAccessor<? extends Element> source,
Element target) |
Creates a connection and BPMN edge between the given source and target elements.
|
Self |
IWorkflowBpmnConnectionEdgeBuilder.betweenPorts(Element source,
IBpmnElementAccessor<? extends Element> target) |
Creates a connection and BPMN edge between the given source and target elements.
|
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.
|
Self |
IWorkflowBpmnConnectionEdgeBuilder.fromEdge(IBpmnElementAccessor<? extends Element> element,
ECardinalDirection2D side,
double position) |
Sets the connection's source to a point on an edge of the given element.
|
Self |
IWorkflowBpmnConnectionEdgeBuilder.fromInPort(IBpmnElementAccessor<? extends Element> element) |
Sets the connection's source to the in port of the given element.
|
Self |
IWorkflowBpmnConnectionEdgeBuilder.fromOutPort(IBpmnElementAccessor<? extends Element> element) |
Sets the connection's source to the out port of the given element.
|
Self |
IWorkflowBpmnConnectionEdgeBuilder.fromPoint(IBpmnElementAccessor<? extends Element> logicalSource,
Object visualSource,
String pointName) |
Sets the connection's target to a point on the given element.
|
Self |
IWorkflowBpmnConnectionEdgeBuilder.fromPoint(IBpmnElementAccessor<? extends Element> element,
String pointName) |
Sets the connection's source to a point on the given element.
|
Self |
IWorkflowBpmnConnectionEdgeBuilder.fromPort(IBpmnElementAccessor<? extends Element> element) |
|
Self |
IWorkflowBpmnConnectionEdgeBuilder.toEdge(IBpmnElementAccessor<? extends Element> element,
ECardinalDirection2D side,
double position) |
Sets the connection's target to a point on an edge of the given element.
|
Self |
IWorkflowBpmnConnectionEdgeBuilder.toInPort(IBpmnElementAccessor<? extends Element> element) |
Sets the connection's target to the in port of the given element.
|
Self |
IWorkflowBpmnConnectionEdgeBuilder.toOutPort(IBpmnElementAccessor<? extends Element> element) |
Sets the connection's target to the out port of the given element.
|
Self |
IWorkflowBpmnConnectionEdgeBuilder.toPoint(IBpmnElementAccessor<? extends Element> logicalTarget,
Object visualTarget,
String pointName) |
Sets the connection's target to a point on the given element.
|
Self |
IWorkflowBpmnConnectionEdgeBuilder.toPoint(IBpmnElementAccessor<? extends Element> element,
String pointName) |
Sets the connection's target to a point on the given element.
|
Self |
IWorkflowBpmnConnectionEdgeBuilder.toPort(IBpmnElementAccessor<? extends Element> element) |
|