Class EolDelegateContextFactory
java.lang.Object
org.eclipse.epsilon.ecore.delegates.EolDelegateContextFactory
- All Implemented Interfaces:
DelegateContext.ContextFactory
A factory for creating EolOperationDelegateContext objects.
- Since:
- 2.5
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.epsilon.ecore.delegates.DelegateContext.ContextFactory
DelegateContext.ContextFactory.Registry
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
EolDelegateContextFactory
public EolDelegateContextFactory()
-
-
Method Details
-
create
public DelegateContext create(DelegateUri delegateURI, org.eclipse.emf.ecore.EPackage ePackage, DelegateResourceAdapter delegateRA) Description copied from interface:DelegateContext.ContextFactory
Creates the delegate domain for the specified ePackage and the specified delegation URI- Specified by:
create
in interfaceDelegateContext.ContextFactory
- Returns:
-