Package de.unihalle.informatik.Alida.workflows

Classes related to workflows in Alida.

See:
          Description

Class Summary
ALDWorkflow Class to model a workflow in Alida.
ALDWorkflowEdge This class represents an edge within an work flow.
ALDWorkflowEdgeID Class to index a work flow edge
ALDWorkflowEventManager  
ALDWorkflowHelper  
ALDWorkflowID Class to index a work flow object.
ALDWorkflowNode This class represents a node in an Alida work flow.
ALDWorkflowNodeID Class to index a work flow node.
ALDWorkflowParameterDescriptor Extends the classALDOpParameterDescriptor to hold the value of a parameter.
 

Enum Summary
ALDWorkflow.ALDWorkflowContextType workflow context types.
ALDWorkflowNode.ALDWorkflowNodeState  
 

Package de.unihalle.informatik.Alida.workflows Description

Classes related to workflows in Alida.

Alida extends the concept of operators towards workflows. A workflow is defined as a set of operators to be executed sequentially or in parallel. A workflow is basically defined in terms of a graph data structure which can be manipulated from external. Note that a workflow is again an operator allowing for nesting operators and workflows.

Author:
posch