Interface ModelCompletionJobContributor

All Superinterfaces:
Extension
All Known Implementing Classes:
DefaultMonitorRepositoryCompletionContributor, EventsTransformationWorkflowExtensionJob

public interface ModelCompletionJobContributor extends Extension
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The method is called after all models have been loaded to give extensions a chance of modifying the global PCM model before running the interpreters, e.
  • Method Details

    • contribute

      void contribute(ModelCompletionJobContributor.Facade delegate)
      The method is called after all models have been loaded to give extensions a chance of modifying the global PCM model before running the interpreters, e. g. to conduct model completions. Please provide the job to the given delegate.
      Parameters:
      delegate - the delegate to appen black board preparation jobs.