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 interface
IWorkflowBpmnAssociationEdgeBuilder
Builder for creating anAssociation
and aBPMN edge
between a source and a target, used byIFlattenedAlignmentItemMap.association()
.interface
IWorkflowBpmnAssociationLikeEdgeBuilder<Self,Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>
Builder for creating aBPMN edge
for an association-like connection between a source and a target, used byIFlattenedAlignmentItemMap.association()
andIFlattenedAlignmentItemMap.dataAssociation()
.interface
IWorkflowBpmnDataAssociationEdgeBuilder
Builder for creating aBPMN edge
for aDataAssociation
between a source and a target, used byIFlattenedAlignmentItemMap.dataAssociation()
.interface
IWorkflowBpmnFlowEdgeBuilder
Builder for creating aSequenceFlow
and aBPMN edge
between a source and a target, used byIFlattenedAlignmentItemMap.flow()
.
-