Interface IProfileActivationContext

All Known Implementing Classes:
ProfileActivationContext

public interface IProfileActivationContext
Objects implementing the IProfileLifecycle interface may obtain their transitive dependencies from this context.
Since:
11.0
Author:
Emoke Olti
  • Method Summary

    Modifier and Type
    Method
    Description
    This method may be used at profile activation for restoring the MetaModel.
    This method may be used at profile activation for restoring the RuleEngine.
  • Method Details

    • getRuleEngine

      IRuleEngine getRuleEngine()
      This method may be used at profile activation for restoring the RuleEngine.
      Returns:
      the rule engine of the module.
    • getMetaModel

      IMetaModel getMetaModel()
      This method may be used at profile activation for restoring the MetaModel.
      Returns:
      the metaModel od the module.