Uses of Class
de.xima.fc.common.workflow.bpmn.WorkflowBpmnPointRef
-
Packages that use WorkflowBpmnPointRef Package Description de.xima.fc.common.workflow.bpmn de.xima.fc.interfaces.workflow.bpmn -
-
Uses of WorkflowBpmnPointRef in de.xima.fc.common.workflow.bpmn
Subclasses of WorkflowBpmnPointRef in de.xima.fc.common.workflow.bpmn Modifier and Type Class Description static class
WorkflowBpmnPointRef.FlowNodeIncomingRef
AWorkflowBpmnPointRef
to the in port of aFlowNode
.static class
WorkflowBpmnPointRef.FlowNodeOutgoingRef
AWorkflowBpmnPointRef
to the out port of aFlowNode
.static class
WorkflowBpmnPointRef.FlowNodeRef
AWorkflowBpmnPointRef
to aFlowNode
.static class
WorkflowBpmnPointRef.StructuredPartIncomingRef
AWorkflowBpmnPointRef
to the in-port aIStructuredBpmnModelPart
static class
WorkflowBpmnPointRef.StructuredPartOutgoingRef
AWorkflowBpmnPointRef
to the out-port aIStructuredBpmnModelPart
static class
WorkflowBpmnPointRef.StructuredPartRef
-
Uses of WorkflowBpmnPointRef in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return WorkflowBpmnPointRef Modifier and Type Method Description WorkflowBpmnPointRef
IWorkflowBpmnInterconnection. source()
The source point of the interconnection.WorkflowBpmnPointRef
IWorkflowBpmnInterconnection. target()
The target point of the interconnection.
-