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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceA registry of delegate domain factories. -
Method Summary
Modifier and TypeMethodDescriptioncreate(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:
-