Uses of Interface
de.xima.fc.interfaces.workflow.retval.IFlowGraphEndPoints
Packages that use IFlowGraphEndPoints
Package
Description
-
Uses of IFlowGraphEndPoints in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis that return IFlowGraphEndPointsModifier and TypeMethodDescriptionICreateFlowGraphContext.createFlowGraph
(TElement node) Creates the flow graph for the given node and return its end points.<TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIWorkflowNodeFlowAnalyzer.createFlowGraph
(ICreateFlowGraphParams<TData, TElement> params) This method is used to create the flow graph that represents the control flow of a workflow task, and to determine the end points of the node when executed.ICreateFlowGraphContext.createFlowGraphForChild
(TElement parent, int childIndex) Creates the flow graph for the given node and return its end points.ICreateFlowGraphContext.endPoints
(com.google.common.collect.ImmutableSet<NodeKey> normalEndPoints, com.google.common.collect.ImmutableSet<NodeKey> throwingEndPoints) ICreateFlowGraphContext.endPointsAlwaysReturning()
ICreateFlowGraphContext.endPointsNeverNormal
(com.google.common.collect.ImmutableSet<NodeKey> throwingEndPoints) ICreateFlowGraphContext.endPointsNeverThrowing
(com.google.common.collect.ImmutableSet<NodeKey> normalEndPoints) ICreateFlowGraphContext.endPointsSameNormalAndThrowing
(com.google.common.collect.ImmutableSet<NodeKey> endPoints) ITaskFlowAnalysisData.getRootEndPoints()
-
Uses of IFlowGraphEndPoints in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin that return IFlowGraphEndPointsModifier and TypeMethodDescriptiondefault <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeActionNode.createFlowGraph
(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeBinarySelectionNode.createFlowGraph
(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeExceptionHandlerNode.createFlowGraph
(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeMultiSwitchNode.createFlowGraph
(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeReturningActionNode.createFlowGraph
(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeReturnNode.createFlowGraph
(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeSequenceNode.createFlowGraph
(ICreateFlowGraphParams<TData, TElement> params) default <TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsIExecutingLikeThrowNode.createFlowGraph
(ICreateFlowGraphParams<TData, TElement> params) -
Uses of IFlowGraphEndPoints in de.xima.fc.workflow.processor.logic.analysis
Methods in de.xima.fc.workflow.processor.logic.analysis that return IFlowGraphEndPointsModifier and TypeMethodDescription<TElement extends IWorkflowNodeTypeProviding & IActiveFlagProviding>
IFlowGraphEndPointsFallbackExecutionAnalyzer.createFlowGraph
(ICreateFlowGraphParams<Object, TElement> params) -
Uses of IFlowGraphEndPoints in de.xima.fc.workflow.processor.model
Classes in de.xima.fc.workflow.processor.model that implement IFlowGraphEndPointsMethods in de.xima.fc.workflow.processor.model that return IFlowGraphEndPoints