Class XTextGeneratorBlackboardJob

All Implemented Interfaces:
IBlackboardInteractingJob<MDSDBlackboard>, ICompositeJob, IJob, Iterable<IJob>, Collection<IJob>, List<IJob>

public class XTextGeneratorBlackboardJob extends MWE2SequentialJob implements IBlackboardInteractingJob<MDSDBlackboard>
The Class XTextGeneratorBlackboardCompositeJob. An MWE2SequentialJob for executing XText Generators on models in the blackboard. It heavily uses the MWE2WorkflowComponentBridge for using MWE2 in the WFE.
  • Constructor Details

    • XTextGeneratorBlackboardJob

      public XTextGeneratorBlackboardJob(XTextGeneratorConfiguration config)
      Instantiates a new x text generator blackboard composite job.
      Parameters:
      config - the config
    • XTextGeneratorBlackboardJob

      public XTextGeneratorBlackboardJob(XTextGeneratorConfiguration config, String name)
      Instantiates a new x text generator blackboard composite job.
      Parameters:
      config - the config
      name - The name of the job sequence.
    • XTextGeneratorBlackboardJob

      public XTextGeneratorBlackboardJob(XTextGeneratorConfiguration config, boolean cleanUpImmediately)
      Instantiates a new x text generator blackboard composite job.
      Parameters:
      config - the config
      cleanUpImmediately - Flag if jobs should be cleaned up immediately or not.
    • XTextGeneratorBlackboardJob

      public XTextGeneratorBlackboardJob(XTextGeneratorConfiguration config, String name, boolean cleanUpImmediately)
      Instantiates a new x text generator blackboard composite job.
      Parameters:
      config - the config
      cleanUpImmediately - Flag if jobs should be cleaned up immediately or not.
      name - The name of the job sequence.
  • Method Details