Interface Delegates<E extends org.eclipse.emf.ecore.EModelElement,D>

Type Parameters:
E - the specific type of EModelElement
D - the type of delegates
All Known Implementing Classes:
AbstractDelegates, DerivedSettingDelegates, InvocationDelegates, ValidationDelegates

public interface Delegates<E extends org.eclipse.emf.ecore.EModelElement,D>
Delegates associated to an EModelElement can provide validation, setting and invocation delegates
Since:
2.5
  • Method Summary

    Modifier and Type
    Method
    Description
    create(E element)
     
  • Method Details

    • create

      D create(E element)