Uses of Class
de.xima.fc.mdl.workflow.FlowGraphEndPoint
-
Packages that use FlowGraphEndPoint Package Description de.xima.fc.interfaces.workflow.retval de.xima.fc.mdl.workflow -
-
Uses of FlowGraphEndPoint in de.xima.fc.interfaces.workflow.retval
Methods in de.xima.fc.interfaces.workflow.retval with type parameters of type FlowGraphEndPoint Modifier and Type Method Description <EndPoint extends FlowGraphEndPoint>
com.google.common.collect.ImmutableSet<EndPoint>IFlowGraphEndPoints. getEndPoints(Class<EndPoint> type)
Returns the set of allnodes
(including the children, grand-children etc. -
Uses of FlowGraphEndPoint in de.xima.fc.mdl.workflow
Subclasses of FlowGraphEndPoint in de.xima.fc.mdl.workflow Modifier and Type Class Description static class
FlowGraphEndPoint.ControlTransfer
A special type ofFlowGraphEndPoint
, used when analyzing the control flow of a workflow processing chain.static class
FlowGraphEndPoint.Normal
A special type ofFlowGraphEndPoint
, used when analyzing the control flow of a workflow processing chain.static class
FlowGraphEndPoint.Returning
A special type ofFlowGraphEndPoint
, used when analyzing the control flow of a workflow processing chain.static class
FlowGraphEndPoint.Throwing
A special type ofFlowGraphEndPoint
, used when analyzing the control flow of a workflow processing chain.
-