Uses of Interface
de.xima.fc.interfaces.workflow.analysis.ITaskFlowAnalysisData
-
Packages that use ITaskFlowAnalysisData Package Description de.xima.fc.interfaces.workflow.analysis -
-
Uses of ITaskFlowAnalysisData in de.xima.fc.interfaces.workflow.analysis
Subinterfaces of ITaskFlowAnalysisData in de.xima.fc.interfaces.workflow.analysis Modifier and Type Interface Description interface
ITaskFlowAnalysis
Represents the result of analyzing a workflow task.Methods in de.xima.fc.interfaces.workflow.analysis with parameters of type ITaskFlowAnalysisData Modifier and Type Method Description IFlowGraphFilterInstance
FlowGraphFilter.Backward. newBackwardTraversal(Set<NodeKey> startNodes, ITaskFlowAnalysisData data)
Called at the beginning before a forward traversal operation on flow graph starts (e.g.default IFlowGraphFilterInstance
FlowGraphFilter.Generic. newBackwardTraversal(Set<NodeKey> startNodes, ITaskFlowAnalysisData data)
IFlowGraphFilterInstance
FlowGraphFilter.Forward. newForwardTraversal(Set<NodeKey> startNodes, ITaskFlowAnalysisData data)
Called at the beginning before a forward traversal operation on flow graph starts (e.g.default IFlowGraphFilterInstance
FlowGraphFilter.Generic. newForwardTraversal(Set<NodeKey> startNodes, ITaskFlowAnalysisData data)
IFlowGraphFilterInstance
FlowGraphFilter.Generic. newTraversal(Set<NodeKey> startNodes, ITaskFlowAnalysisData data)
Called at the beginning before a traversal operation on flow graph starts.
-