Uses of Class
de.xima.fc.mdl.workflow.FlowGraphEndPoint.ControlTransfer
-
Packages that use FlowGraphEndPoint.ControlTransfer Package Description de.xima.fc.interfaces.workflow.analysis de.xima.fc.interfaces.workflow.retval de.xima.fc.mdl.workflow de.xima.fc.workflow.processor.model -
-
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.ControlTransfer Modifier and Type Method Description IFlowGraphEndPoints
ICreateFlowGraphContext. 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.ControlTransfer Modifier and Type Method Description default com.google.common.collect.ImmutableSet<FlowGraphEndPoint.ControlTransfer>
IFlowGraphEndPoints. getControlTransfer()
Returns the set of allnodes
(including the children, grand-children etc. -
Uses of FlowGraphEndPoint.ControlTransfer in de.xima.fc.mdl.workflow
Methods in de.xima.fc.mdl.workflow that return FlowGraphEndPoint.ControlTransfer Modifier and Type Method Description static FlowGraphEndPoint.ControlTransfer
FlowGraphEndPoint. 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.ControlTransfer Modifier and Type Method Description static IFlowGraphEndPoints
FlowGraphEndPoints. controlTransfer(com.google.common.collect.ImmutableSet<FlowGraphEndPoint.ControlTransfer> controlTransferEndPoints)
Gets a new end points instance with the given control transfer end points.
-