Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnAssociationEdgeBuilder
-
Packages that use IWorkflowBpmnAssociationEdgeBuilder Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of IWorkflowBpmnAssociationEdgeBuilder in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return IWorkflowBpmnAssociationEdgeBuilder Modifier and Type Method Description IWorkflowBpmnAssociationEdgeBuilder
IFlattenedAlignmentItemMap. association()
Gets a builder for adding anAssociation
between elements in this map.IWorkflowBpmnAssociationEdgeBuilder
IWorkflowBpmnAssociationEdgeBuilder. associationDirection(de.xima.bpmn_model.api.element.bpmn.artifacts.AssociationDirection direction)
Sets the direction of the association.IWorkflowBpmnAssociationEdgeBuilder
IWorkflowBpmnAssociationEdgeBuilder. closestDiagonalConnectionToAnnotation(IAnnotatedNamedBpmnElementLayout<? extends de.xima.bpmn_model.api.element.bpmn.foundation.BaseElement<?>> layout)
Sets the source of the association to theelement
of theBPMN element layout
, and the target to itstext annotation
.
-