Class EvlDelegateContextFactory
java.lang.Object
org.eclipse.epsilon.ecore.delegates.EvlDelegateContextFactory
- All Implemented Interfaces:
DelegateContext.ContextFactory
A factory for creating EvlDelegateContext 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 a new EvlDelegateContext object.
-
Constructor Details
-
EvlDelegateContextFactory
public EvlDelegateContextFactory()
-
-
Method Details
-
create
public DelegateContext create(DelegateUri delegateURI, org.eclipse.emf.ecore.EPackage ePackage, DelegateResourceAdapter delegateRA) Creates a new EvlDelegateContext object.- Specified by:
create
in interfaceDelegateContext.ContextFactory
- Parameters:
delegateURI
- the delegate URIePackage
- the e packagedelegateRA
- the delegate RA- Returns:
- the delegate context
-