Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnConnectionEdgeBuilder
Packages that use IWorkflowBpmnConnectionEdgeBuilder
-
Uses of IWorkflowBpmnConnectionEdgeBuilder in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces of IWorkflowBpmnConnectionEdgeBuilder in de.xima.fc.interfaces.workflow.bpmnModifier and TypeInterfaceDescriptioninterfaceBuilder for creating anAssociationand aBPMN edgebetween a source and a target, used byIFlattenedAlignmentItemMap.association().interfaceIWorkflowBpmnAssociationLikeEdgeBuilder<Self, Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>Builder for creating aBPMN edgefor an association-like connection between a source and a target, used byIFlattenedAlignmentItemMap.association()andIFlattenedAlignmentItemMap.dataAssociation().interfaceBuilder for creating aBPMN edgefor aDataAssociationbetween a source and a target, used byIFlattenedAlignmentItemMap.dataAssociation().interfaceBuilder for creating aSequenceFlowand aBPMN edgebetween a source and a target, used byIFlattenedAlignmentItemMap.flow().