Interface ContextFactory

    • Field Detail

      • eINSTANCE

        static final ContextFactory eINSTANCE
        The singleton instance of the factory.
        Generated class or method.
    • Method Detail

      • createExecutionContext

        ExecutionContext createExecutionContext()
        Returns a new object of class 'Execution Context'.
        Returns:
        a new object of class 'Execution Context'.
        Generated class or method.
      • getContextPackage

        ContextPackage getContextPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.