Class SequentialWorkflow

  • All Implemented Interfaces:
    Workflow, Serializable

    public final class SequentialWorkflow
    extends Object
    implements Workflow

    Entry point to sequentially processing a corpus via one ore more Actions. The list of processors can be defined either via the --processors command line argument (which expects a comma separated list of processor class names) or via the --desc argument, which specifies the processing description file to load.

    Description files are in Mango's Config format. Individual Actions are implemented as beans, which can have their options set via configuration using Mango's capability to parameterize objects.

    Author:
    David B. Bracewell
    See Also:
    Serialized Form