Uses of Package
de.xima.fc.interfaces.workflow.analysis
-
Packages that use de.xima.fc.interfaces.workflow.analysis Package Description de.xima.fc.interfaces.workflow.analysis de.xima.fc.interfaces.workflow.mixin The workflow engine is generic in the sense that it never checks the type of atrigger
ornode
for special types, all logic is implemented in terms of theITriggerHandler
andINodeHandler
interfaces.de.xima.fc.interfaces.workflow.nodes de.xima.fc.interfaces.workflow.params de.xima.fc.interfaces.workflow.validation de.xima.fc.workflow de.xima.fc.workflow.designer.logic de.xima.fc.workflow.designer.mixin de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.mixin de.xima.fc.workflow.processor.logic de.xima.fc.workflow.processor.logic.analysis de.xima.fc.workflow.processor.logic.validation -
Classes in de.xima.fc.interfaces.workflow.analysis used by de.xima.fc.interfaces.workflow.analysis Class Description EVirtualFlowGraphNodePurpose Enumeration with well-known purposes for having avirtual flow graph node
in a control flow graph.FlowGraphFilter Filter for the nodes and edges of a workflow node flow graph, used when a traversal operation is performed on a flow graph, such as when computing the predecessors or successors of a given node.FlowGraphFilter.Backward AFlowGraphFilter
for backward graph traversals.FlowGraphFilter.Forward AFlowGraphFilter
for forward graph traversals.FlowGraphFilter.Generic AFlowGraphFilter
for a generic graph traversal, starting at some nodes.IFlowGraphEdgeData Data associated with an edge of a flow graph, seeITaskFlowAnalysis#getFlowGraph
andINodeHandler#createFlowGraph
.IFlowGraphEdgeDataBuilder Builder for theedge data
of a flow graph, used whenbuilding a flow graph
via theconnect
methods fromICreateFlowGraphContext
.IFlowGraphEdgeDataConfigurator IFlowGraphFilterInstance Filter for the nodes and edges of a workflow node flow graph,to exclude some existing nodes or edges.ITaskFlowAnalysis Represents the result of analyzing a workflow task.ITaskFlowAnalysisData Base data with the result of analyzing a workflow task, without analysis operations.IVirtualFlowGraphNode A virtual node in the flow graph that does not correspond to an existingWorkflowNode
. -
Classes in de.xima.fc.interfaces.workflow.analysis used by de.xima.fc.interfaces.workflow.mixin Class Description IWorkflowNodeFlowAnalyzer Analyzes how a workflow node can be executed, in a manner similar to solving data flow equations. -
Classes in de.xima.fc.interfaces.workflow.analysis used by de.xima.fc.interfaces.workflow.nodes Class Description IWorkflowNodeFlowAnalyzer Analyzes how a workflow node can be executed, in a manner similar to solving data flow equations. -
Classes in de.xima.fc.interfaces.workflow.analysis used by de.xima.fc.interfaces.workflow.params Class Description EVirtualFlowGraphNodePurpose Enumeration with well-known purposes for having avirtual flow graph node
in a control flow graph.ICreateFlowGraphContext Context provided to the node handlers during a call tocreateFlowGraph
.IFlowGraphEdgeDataConfigurator IVirtualFlowGraphNode A virtual node in the flow graph that does not correspond to an existingWorkflowNode
. -
Classes in de.xima.fc.interfaces.workflow.analysis used by de.xima.fc.interfaces.workflow.validation Class Description IWorkflowFlowAnalysis Interface for querying info about the control and data flow of a workflow process. -
Classes in de.xima.fc.interfaces.workflow.analysis used by de.xima.fc.workflow Class Description FlowGraphFilter.Backward AFlowGraphFilter
for backward graph traversals.FlowGraphFilter.Generic AFlowGraphFilter
for a generic graph traversal, starting at some nodes. -
Classes in de.xima.fc.interfaces.workflow.analysis used by de.xima.fc.workflow.designer.logic Class Description ITaskFlowAnalysis Represents the result of analyzing a workflow task. -
Classes in de.xima.fc.interfaces.workflow.analysis used by de.xima.fc.workflow.designer.mixin Class Description IWorkflowNodeFlowAnalyzer Analyzes how a workflow node can be executed, in a manner similar to solving data flow equations. -
Classes in de.xima.fc.interfaces.workflow.analysis used by de.xima.fc.workflow.designer.registry.nodes Class Description IWorkflowNodeFlowAnalyzer Analyzes how a workflow node can be executed, in a manner similar to solving data flow equations. -
Classes in de.xima.fc.interfaces.workflow.analysis used by de.xima.fc.workflow.mixin Class Description IWorkflowNodeFlowAnalyzer Analyzes how a workflow node can be executed, in a manner similar to solving data flow equations. -
Classes in de.xima.fc.interfaces.workflow.analysis used by de.xima.fc.workflow.processor.logic Class Description FlowGraphFilter.Backward AFlowGraphFilter
for backward graph traversals.IWorkflowFlowAnalysis Interface for querying info about the control and data flow of a workflow process. -
Classes in de.xima.fc.interfaces.workflow.analysis used by de.xima.fc.workflow.processor.logic.analysis Class Description ITaskFlowAnalysis Represents the result of analyzing a workflow task.IWorkflowFlowAnalysis Interface for querying info about the control and data flow of a workflow process.IWorkflowNodeFlowAnalyzer Analyzes how a workflow node can be executed, in a manner similar to solving data flow equations. -
Classes in de.xima.fc.interfaces.workflow.analysis used by de.xima.fc.workflow.processor.logic.validation Class Description IWorkflowFlowAnalysis Interface for querying info about the control and data flow of a workflow process.