Class MWE2SequentialJob

All Implemented Interfaces:
ICompositeJob, IJob, Iterable<IJob>, Collection<IJob>, List<IJob>
Direct Known Subclasses:
XTextGeneratorBlackboardJob, XTextGeneratorJob

public class MWE2SequentialJob extends SequentialJob
SequentialJob for MWE2 WorkflowComponents. It executes xtext specific pre and post jobs for model transformation setup and tear down.
  • Constructor Details

    • MWE2SequentialJob

      public MWE2SequentialJob()
      Default model workflow job constructor.
    • MWE2SequentialJob

      public MWE2SequentialJob(String name)
      Instantiates a new model workflow job with a specific name.
      Parameters:
      name - The name of the job.
    • MWE2SequentialJob

      public MWE2SequentialJob(boolean cleanUpImmediately)
      Instantiates a new model workflow job, specifying the clean up strategy.
      Parameters:
      cleanUpImmediately - Flag if jobs should be cleaned up immediately or not.
    • MWE2SequentialJob

      public MWE2SequentialJob(String name, boolean cleanUpImmediately)
      Instantiates a new model workflow job with a specific name and specifying the clean up strategy.
      Parameters:
      name - The name of the job sequence.
      cleanUpImmediately - Flag if jobs should be cleaned up immediately or not.
  • Method Details