Class InvocationDelegates
java.lang.Object
org.eclipse.epsilon.ecore.delegates.AbstractDelegates<org.eclipse.emf.ecore.EOperation,EpsilonInvocationDelegate,EpsilonInvocationDelegate.Factory>
org.eclipse.epsilon.ecore.delegates.invocation.InvocationDelegates
- All Implemented Interfaces:
Delegates<org.eclipse.emf.ecore.EOperation,
EpsilonInvocationDelegate>
public class InvocationDelegates
extends AbstractDelegates<org.eclipse.emf.ecore.EOperation,EpsilonInvocationDelegate,EpsilonInvocationDelegate.Factory>
implements Delegates<org.eclipse.emf.ecore.EOperation,EpsilonInvocationDelegate>
Handle
EolDelegate
creation- Since:
- 2.5
-
Field Summary
Fields inherited from class org.eclipse.epsilon.ecore.delegates.AbstractDelegates
adapters, delegateUri
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(org.eclipse.emf.ecore.EOperation eOperation) protected org.eclipse.emf.ecore.EPackage
getEPackage
(org.eclipse.emf.ecore.EOperation eOperation) protected EpsilonInvocationDelegate.Factory
getFactory
(String delegateURI, org.eclipse.emf.ecore.EOperation eOperation) Methods inherited from class org.eclipse.epsilon.ecore.delegates.AbstractDelegates
getFactory
-
Constructor Details
-
InvocationDelegates
-
-
Method Details
-
getEPackage
protected org.eclipse.emf.ecore.EPackage getEPackage(org.eclipse.emf.ecore.EOperation eOperation) - Specified by:
getEPackage
in classAbstractDelegates<org.eclipse.emf.ecore.EOperation,
EpsilonInvocationDelegate, EpsilonInvocationDelegate.Factory>
-
create
- Specified by:
create
in interfaceDelegates<org.eclipse.emf.ecore.EOperation,
EpsilonInvocationDelegate>
-
getFactory
protected EpsilonInvocationDelegate.Factory getFactory(String delegateURI, org.eclipse.emf.ecore.EOperation eOperation) - Specified by:
getFactory
in classAbstractDelegates<org.eclipse.emf.ecore.EOperation,
EpsilonInvocationDelegate, EpsilonInvocationDelegate.Factory>
-