Uses of Class
de.xima.fc.mdl.workflow.FlowGraphEndPoint.Throwing
-
Packages that use FlowGraphEndPoint.Throwing 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.Throwing in de.xima.fc.interfaces.workflow.analysis
Method parameters in de.xima.fc.interfaces.workflow.analysis with type arguments of type FlowGraphEndPoint.Throwing Modifier and Type Method Description IFlowGraphEndPoints
ICreateFlowGraphContext. endPointsAlwaysThrowing(com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Throwing> throwingEndPoints)
Creates the end points for a node that always throws an exception. -
Uses of FlowGraphEndPoint.Throwing in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type FlowGraphEndPoint.Throwing Modifier and Type Method Description default com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Throwing>
IFlowGraphEndPoints. getThrowing()
Returns the set of allnodes
(including the children, grand-children etc. -
Uses of FlowGraphEndPoint.Throwing in de.xima.fc.mdl.workflow
Methods in de.xima.fc.mdl.workflow that return FlowGraphEndPoint.Throwing Modifier and Type Method Description static FlowGraphEndPoint.Throwing
FlowGraphEndPoint. throwing(NodeKey nodeKey)
Creates a new throwing end point for the given node key and with no data. -
Uses of FlowGraphEndPoint.Throwing in de.xima.fc.workflow.processor.model
Method parameters in de.xima.fc.workflow.processor.model with type arguments of type FlowGraphEndPoint.Throwing Modifier and Type Method Description static IFlowGraphEndPoints
FlowGraphEndPoints. throwing(com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Throwing> throwingEndPoints)
Gets a new end points instance with the given throwing end points.
-