Interface ContextPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
ContextPackageImpl

public interface ContextPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
See Also:
Generated class or method.
EMF model class or method.
kind="package"
  • Field Details

  • Method Details

    • getExecutionContext

      EClass getExecutionContext()
      Returns the meta object for class 'Execution Context'.
      Returns:
      the meta object for class 'Execution Context'.
      See Also:
      Generated class or method.
    • getContextFactory

      ContextFactory getContextFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.
      Generated class or method.