Interface DelegateContext.ContextFactory

All Known Implementing Classes:
EolDelegateContextFactory, EvlDelegateContextFactory
Enclosing interface:
DelegateContext

public static interface DelegateContext.ContextFactory
A factory for creating delegate domains.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A registry of delegate domain factories.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(DelegateUri delegateURI, org.eclipse.emf.ecore.EPackage ePackage, DelegateResourceAdapter delegateRA)
    Creates the delegate domain for the specified ePackage and the specified delegation URI
  • Method Details

    • create

      DelegateContext create(DelegateUri delegateURI, org.eclipse.emf.ecore.EPackage ePackage, DelegateResourceAdapter delegateRA)
      Creates the delegate domain for the specified ePackage and the specified delegation URI
      Parameters:
      delegateURI -
      ePackage -
      delegateRA -
      delegation - TODO
      Returns: