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 classFlowGraphEndPoint.ControlTransferA special type ofFlowGraphEndPoint, used when analyzing the control flow of a workflow processing chain.static classFlowGraphEndPoint.NormalA special type ofFlowGraphEndPoint, used when analyzing the control flow of a workflow processing chain.static classFlowGraphEndPoint.ReturningA special type ofFlowGraphEndPoint, used when analyzing the control flow of a workflow processing chain.static classFlowGraphEndPoint.ThrowingA special type ofFlowGraphEndPoint, used when analyzing the control flow of a workflow processing chain.
-