Uses of Interface
de.xima.fc.interfaces.workflow.retval.IFlowGraphEndPoints
-
-
Uses of IFlowGraphEndPoints in de.xima.fc.interfaces.workflow.analysis
Methods in de.xima.fc.interfaces.workflow.analysis that return IFlowGraphEndPoints Modifier and Type Method Description IFlowGraphEndPoints
ICreateFlowGraphContext. 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.IFlowGraphEndPoints
ICreateFlowGraphContext. createFlowGraphForChild(TElement parent, int childIndex)
Creates the flow graph for the given node and return its end points.IFlowGraphEndPoints
ICreateFlowGraphContext. endPoints(com.google.common.collect.ImmutableSet<NodeKey> normalEndPoints, com.google.common.collect.ImmutableSet<NodeKey> throwingEndPoints)
IFlowGraphEndPoints
ICreateFlowGraphContext. endPointsAlwaysReturning()
IFlowGraphEndPoints
ICreateFlowGraphContext. endPointsNeverNormal(com.google.common.collect.ImmutableSet<NodeKey> throwingEndPoints)
IFlowGraphEndPoints
ICreateFlowGraphContext. endPointsNeverThrowing(com.google.common.collect.ImmutableSet<NodeKey> normalEndPoints)
IFlowGraphEndPoints
ICreateFlowGraphContext. endPointsSameNormalAndThrowing(com.google.common.collect.ImmutableSet<NodeKey> endPoints)
IFlowGraphEndPoints
ITaskFlowAnalysis. getRootEndPoints()
-
Uses of IFlowGraphEndPoints in de.xima.fc.interfaces.workflow.mixin
-
Uses of IFlowGraphEndPoints in de.xima.fc.workflow.processor.logic.analysis
Methods in de.xima.fc.workflow.processor.logic.analysis that return IFlowGraphEndPoints Modifier and Type Method Description <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 IFlowGraphEndPoints Modifier and Type Class Description class
FlowGraphEndPoints
POJO implementation ofIFlowGraphEndPoints
.Methods in de.xima.fc.workflow.processor.model that return IFlowGraphEndPoints Modifier and Type Method Description static IFlowGraphEndPoints
FlowGraphEndPoints. empty()
-