Uses of Class
de.xima.fc.mdl.workflow.FlowGraphEndPoint.ControlTransfer
Packages that use FlowGraphEndPoint.ControlTransfer
Package
Description
-
Uses of FlowGraphEndPoint.ControlTransfer in de.xima.fc.interfaces.workflow.analysis
Method parameters in de.xima.fc.interfaces.workflow.analysis with type arguments of type FlowGraphEndPoint.ControlTransferModifier and TypeMethodDescriptionICreateFlowGraphContext.endPointsAlwaysTransferringControl(com.google.common.collect.ImmutableSet<FlowGraphEndPoint.ControlTransfer> controlTransferEndPoints) Creates the end points for a node that always transfers control and never completes normally and never throws. -
Uses of FlowGraphEndPoint.ControlTransfer in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type FlowGraphEndPoint.ControlTransferModifier and TypeMethodDescriptiondefault com.google.common.collect.ImmutableSet<FlowGraphEndPoint.ControlTransfer> IFlowGraphEndPoints.getControlTransfer()Returns the set of allnodes(including the children, grand-children etc. of this node) that represent the control transfer end points when the node is executed. -
Uses of FlowGraphEndPoint.ControlTransfer in de.xima.fc.mdl.workflow
Methods in de.xima.fc.mdl.workflow that return FlowGraphEndPoint.ControlTransferModifier and TypeMethodDescriptionFlowGraphEndPoint.controlTransfer(NodeKey nodeKey, NodeKey target, String controlTransferType) Creates a new control transfer end point for the given node key and the given target and control transfer type. -
Uses of FlowGraphEndPoint.ControlTransfer in de.xima.fc.workflow.processor.model
Method parameters in de.xima.fc.workflow.processor.model with type arguments of type FlowGraphEndPoint.ControlTransferModifier and TypeMethodDescriptionstatic IFlowGraphEndPointsFlowGraphEndPoints.controlTransfer(com.google.common.collect.ImmutableSet<FlowGraphEndPoint.ControlTransfer> controlTransferEndPoints) Gets a new end points instance with the given control transfer end points.