Uses of Class
de.xima.fc.mdl.workflow.FlowGraphEndPoint.Throwing
Packages that use FlowGraphEndPoint.Throwing
Package
Description
-
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.ThrowingModifier and TypeMethodDescriptionICreateFlowGraphContext.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.ThrowingModifier and TypeMethodDescriptiondefault com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Throwing> IFlowGraphEndPoints.getThrowing()Returns the set of allnodes(including the children, grand-children etc. of this node) that represent the throwing end points when the node is executed. -
Uses of FlowGraphEndPoint.Throwing in de.xima.fc.mdl.workflow
Methods in de.xima.fc.mdl.workflow that return FlowGraphEndPoint.ThrowingModifier and TypeMethodDescriptionstatic FlowGraphEndPoint.ThrowingCreates 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.ThrowingModifier and TypeMethodDescriptionstatic IFlowGraphEndPointsFlowGraphEndPoints.throwing(com.google.common.collect.ImmutableSet<FlowGraphEndPoint.Throwing> throwingEndPoints) Gets a new end points instance with the given throwing end points.