Uses of Class
de.xima.fc.mdl.workflow.FlowGraphEndPoint.Normal
Packages that use FlowGraphEndPoint.Normal
Package
Description
-
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.NormalModifier and TypeMethodDescriptionICreateFlowGraphContext.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) 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.NormalModifier and TypeMethodDescriptiondefault com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Normal> IFlowGraphEndPoints.getNormal()Returns the set of allnodes(including the children, grand-children etc. of this node) that represent the normal end points when the node is executed. -
Uses of FlowGraphEndPoint.Normal in de.xima.fc.mdl.workflow
Methods in de.xima.fc.mdl.workflow that return FlowGraphEndPoint.NormalModifier and TypeMethodDescriptionstatic FlowGraphEndPoint.NormalCreates 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.NormalModifier and TypeMethodDescriptionstatic 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.