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 classWorkflowBpmnPointRef.FlowNodeIncomingRefAWorkflowBpmnPointRefto the in port of aFlowNode.static classWorkflowBpmnPointRef.FlowNodeOutgoingRefAWorkflowBpmnPointRefto the out port of aFlowNode.static classWorkflowBpmnPointRef.FlowNodeRefAWorkflowBpmnPointRefto aFlowNode.static classWorkflowBpmnPointRef.StructuredPartIncomingRefAWorkflowBpmnPointRefto the in-port aIStructuredBpmnModelPartstatic classWorkflowBpmnPointRef.StructuredPartOutgoingRefAWorkflowBpmnPointRefto the out-port aIStructuredBpmnModelPartstatic classWorkflowBpmnPointRef.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 WorkflowBpmnPointRefIWorkflowBpmnInterconnection. source()The source point of the interconnection.WorkflowBpmnPointRefIWorkflowBpmnInterconnection. target()The target point of the interconnection.
-