Uses of Interface
de.xima.fc.interfaces.workflow.bpmn.IWorkflowBpmnAssociationLikeEdgeBuilder
-
Packages that use IWorkflowBpmnAssociationLikeEdgeBuilder Package Description de.xima.fc.interfaces.workflow.bpmn -
-
Uses of IWorkflowBpmnAssociationLikeEdgeBuilder in de.xima.fc.interfaces.workflow.bpmn
Subinterfaces of IWorkflowBpmnAssociationLikeEdgeBuilder 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
IWorkflowBpmnDataAssociationEdgeBuilder
Builder for creating aBPMN edge
for aDataAssociation
between a source and a target, used byIFlattenedAlignmentItemMap.dataAssociation()
.
-