Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IBpmnElementLayout
-
Packages that use IBpmnElementLayout Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of IBpmnElementLayout in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces of IBpmnElementLayout in de.xima.fc.interfaces.workflow.bpmn Modifier and Type Interface Description interface
IAnnotatedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>
Represents a laid out BPMN element that has a singletext annotation
.interface
IAnnotatedNamedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>
/** Represents a laid out BPMN element that has a visibleTextAnnotation
interface
IBoundedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>
A laid out BPMN element with an explicit start and end event.interface
INamedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>
Represents a laid out BPMN element that has a visiblename
.interface
ISubProcessBpmnElementLayout<Element extends de.xima.bpmn_model.api.element.bpmn.activities.SubProcess<?>>
/** Represents a laid outSubProcess
that may have a visibletext annotation
, a visiblename
, and astart
andend event
.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IBpmnElementLayout Modifier and Type Method Description IWorkflowBpmnLayoutSubProcessBuilder
IWorkflowBpmnLayoutSubProcessBuilder. appendBoundaryEventAtEdge(ECardinalDirection2D side, EAxisPolarity direction, IBpmnElementLayout<de.xima.bpmn_model.api.element.bpmn.events.BoundaryEvent> event)
Appends aboundary event
at one of the foursides
of the sub process, either at the beginning or at the end of that side, depending on the given direction.IWorkflowBpmnLayoutSubProcessBuilder
IWorkflowBpmnLayoutSubProcessBuilder. appendBoundaryEventNextToEvent(ECardinalDirection2D side, EAxisPolarity direction, int boundaryEventIndex, IBpmnElementLayout<de.xima.bpmn_model.api.element.bpmn.events.BoundaryEvent> event)
Appends aboundary event
next to an existing boundary event on one of the foursides
of the sub process; either before or after the boundary event, depending on the given direction.IWorkflowBpmnLayoutSubProcessBuilder
IWorkflowBpmnLayoutSubProcessBuilder. appendBoundaryEventNextToPort(EAxisPolarity portSide, EAxisPolarity direction, IBpmnElementLayout<de.xima.bpmn_model.api.element.bpmn.events.BoundaryEvent> event)
Appends aboundary event
next to the in or out port of the sub process; either before or after the port, depending on the given direction.
-