Class AbstractDelegates<E extends org.eclipse.emf.ecore.EModelElement,D,F>

java.lang.Object
org.eclipse.epsilon.ecore.delegates.AbstractDelegates<E,D,F>
Type Parameters:
E - the type of ECore elements that use the context
R - the type of Registry used
F - the type of Factory used
All Implemented Interfaces:
Delegates<E,D>
Direct Known Subclasses:
DerivedSettingDelegates, InvocationDelegates, ValidationDelegates

public abstract class AbstractDelegates<E extends org.eclipse.emf.ecore.EModelElement,D,F> extends Object implements Delegates<E,D>
A base Delegates implementation
Since:
2.5
  • Field Details

    • delegateUri

      protected final DelegateUri delegateUri
    • adapters

      protected final Adapters adapters
  • Constructor Details

  • Method Details

    • getFactory

      protected final F getFactory(E eObject)
    • getEPackage

      protected abstract org.eclipse.emf.ecore.EPackage getEPackage(E eObject)
    • getFactory

      protected abstract F getFactory(String uri, E eObject)