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 interfaceIAnnotatedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>Represents a laid out BPMN element that has a singletext annotation.interfaceIAnnotatedNamedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>/** Represents a laid out BPMN element that has a visibleTextAnnotationinterfaceIBoundedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>A laid out BPMN element with an explicit start and end event.interfaceINamedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>Represents a laid out BPMN element that has a visiblename.interfaceISubProcessBpmnElementLayout<Element extends de.xima.bpmn_model.api.element.bpmn.activities.SubProcess<?>>/** Represents a laid outSubProcessthat may have a visibletext annotation, a visiblename, and astartandend event.Methods in de.xima.fc.interfaces.workflow.bpmn with parameters of type IBpmnElementLayout Modifier and Type Method Description IWorkflowBpmnLayoutSubProcessBuilderIWorkflowBpmnLayoutSubProcessBuilder. appendBoundaryEventAtEdge(ECardinalDirection2D side, EAxisPolarity direction, IBpmnElementLayout<de.xima.bpmn_model.api.element.bpmn.events.BoundaryEvent> event)Appends aboundary eventat one of the foursidesof the sub process, either at the beginning or at the end of that side, depending on the given direction.IWorkflowBpmnLayoutSubProcessBuilderIWorkflowBpmnLayoutSubProcessBuilder. appendBoundaryEventNextToEvent(ECardinalDirection2D side, EAxisPolarity direction, int boundaryEventIndex, IBpmnElementLayout<de.xima.bpmn_model.api.element.bpmn.events.BoundaryEvent> event)Appends aboundary eventnext to an existing boundary event on one of the foursidesof the sub process; either before or after the boundary event, depending on the given direction.IWorkflowBpmnLayoutSubProcessBuilderIWorkflowBpmnLayoutSubProcessBuilder. appendBoundaryEventNextToPort(EAxisPolarity portSide, EAxisPolarity direction, IBpmnElementLayout<de.xima.bpmn_model.api.element.bpmn.events.BoundaryEvent> event)Appends aboundary eventnext to the in or out port of the sub process; either before or after the port, depending on the given direction.
-