Uses of Class
de.xima.fc.mdl.workflow.FlowGraphEndPoint.Normal
-
Packages that use FlowGraphEndPoint.Normal 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.Normal in de.xima.fc.interfaces.workflow.analysis
Method parameters in de.xima.fc.interfaces.workflow.analysis with type arguments of type FlowGraphEndPoint.Normal Modifier and Type Method Description IFlowGraphEndPoints
ICreateFlowGraphContext. endPoints(com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Normal> normalEndPoints, com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Throwing> throwingEndPoints, com.google.common.collect.ImmutableSet<FlowGraphEndPoint.ControlTransfer> controlTransferEndPoints, com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Returning> returningEndPoints)
IFlowGraphEndPoints
ICreateFlowGraphContext. endPointsAlwaysNormal(com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Normal> normalEndPoints)
Creates the end points for a node that always completes normally and never throws or returns. -
Uses of FlowGraphEndPoint.Normal in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval that return types with arguments of type FlowGraphEndPoint.Normal Modifier and Type Method Description default com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Normal>
IFlowGraphEndPoints. getNormal()
Returns the set of allnodes
(including the children, grand-children etc. -
Uses of FlowGraphEndPoint.Normal in de.xima.fc.mdl.workflow
Methods in de.xima.fc.mdl.workflow that return FlowGraphEndPoint.Normal Modifier and Type Method Description static FlowGraphEndPoint.Normal
FlowGraphEndPoint. normal(NodeKey nodeKey)
Creates a new normal end point for the given node key and with no data. -
Uses of FlowGraphEndPoint.Normal in de.xima.fc.workflow.processor.model
Method parameters in de.xima.fc.workflow.processor.model with type arguments of type FlowGraphEndPoint.Normal Modifier and Type Method Description static IFlowGraphEndPoints
FlowGraphEndPoints. builtin(com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Normal> normalEndPoints, com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Throwing> throwingEndPoints, com.google.common.collect.ImmutableSet<FlowGraphEndPoint.ControlTransfer> controlTransferEndPoints, com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Returning> returningEndPoints)
Get a new end points instance with the given built-in end points.static IFlowGraphEndPoints
FlowGraphEndPoints. normal(com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Normal> normalEndPoints)
Gets a new end points instance with the given normal end points.
-