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 IFlowGraphEndPointsICreateFlowGraphContext. 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)IFlowGraphEndPointsICreateFlowGraphContext. 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.NormalFlowGraphEndPoint. 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 IFlowGraphEndPointsFlowGraphEndPoints. 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 IFlowGraphEndPointsFlowGraphEndPoints. normal(com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Normal> normalEndPoints)Gets a new end points instance with the given normal end points.
-