Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnAssociationEdgeBuilder
Packages that use IWorkflowBpmnAssociationEdgeBuilder
-
Uses of IWorkflowBpmnAssociationEdgeBuilder in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces with type arguments of type IWorkflowBpmnAssociationEdgeBuilder in de.xima.fc.interfaces.workflow.bpmnModifier and TypeInterfaceDescriptioninterfaceBuilder for creating anAssociationand aBPMN edgebetween a source and a target, used byIFlattenedAlignmentItemMap.association().Methods in de.xima.fc.interfaces.workflow.bpmn that return IWorkflowBpmnAssociationEdgeBuilderModifier and TypeMethodDescriptionIFlattenedAlignmentItemMap.association()Gets a builder for adding anAssociationbetween elements in this map.IWorkflowBpmnAssociationEdgeBuilder.associationDirection(de.xima.bpmn_model.api.element.bpmn.artifacts.AssociationDirection direction) Sets the direction of the association.IWorkflowBpmnAssociationEdgeBuilder.closestDiagonalConnectionToAnnotation(IAnnotatedNamedBpmnElementLayout<? extends de.xima.bpmn_model.api.element.bpmn.foundation.BaseElement<?>> layout) Sets the source of the association to theelementof theBPMN element layout, and the target to itstext annotation.