Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnConnectionEdgeBuilder
-
Packages that use IWorkflowBpmnConnectionEdgeBuilder Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of IWorkflowBpmnConnectionEdgeBuilder in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces of IWorkflowBpmnConnectionEdgeBuilder in de.xima.fc.interfaces.workflow.bpmn Modifier and Type Interface Description interfaceIWorkflowBpmnAssociationEdgeBuilderBuilder 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().interfaceIWorkflowBpmnDataAssociationEdgeBuilderBuilder for creating aBPMN edgefor aDataAssociationbetween a source and a target, used byIFlattenedAlignmentItemMap.dataAssociation().interfaceIWorkflowBpmnFlowEdgeBuilderBuilder for creating aSequenceFlowand aBPMN edgebetween a source and a target, used byIFlattenedAlignmentItemMap.flow().
-