Uses of Interface
de.xima.fc.interfaces.workflow.analysis.ITaskFlowAnalysisData
Packages that use ITaskFlowAnalysisData
-
Uses of ITaskFlowAnalysisData in de.xima.fc.interfaces.workflow.analysis
Subinterfaces of ITaskFlowAnalysisData in de.xima.fc.interfaces.workflow.analysisModifier and TypeInterfaceDescriptioninterface
Represents the result of analyzing a workflow task.Methods in de.xima.fc.interfaces.workflow.analysis with parameters of type ITaskFlowAnalysisDataModifier and TypeMethodDescriptionFlowGraphFilter.Backward.newBackwardTraversal
(Set<NodeKey> startNodes, ITaskFlowAnalysisData data) Called at the beginning before a forward traversal operation on flow graph starts (e.g. when finding the predecessors of a node).default IFlowGraphFilterInstance
FlowGraphFilter.Generic.newBackwardTraversal
(Set<NodeKey> startNodes, ITaskFlowAnalysisData data) FlowGraphFilter.Forward.newForwardTraversal
(Set<NodeKey> startNodes, ITaskFlowAnalysisData data) Called at the beginning before a forward traversal operation on flow graph starts (e.g. when finding the successors of a node).default IFlowGraphFilterInstance
FlowGraphFilter.Generic.newForwardTraversal
(Set<NodeKey> startNodes, ITaskFlowAnalysisData data) FlowGraphFilter.Generic.newTraversal
(Set<NodeKey> startNodes, ITaskFlowAnalysisData data) Called at the beginning before a traversal operation on flow graph starts.