org.eclipse.ocl.common.internal.delegate
Class OCLInvocationDelegateMapping

java.lang.Object
  extended by org.eclipse.ocl.common.internal.delegate.OCLInvocationDelegateMapping
All Implemented Interfaces:
org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory

public class OCLInvocationDelegateMapping
extends java.lang.Object
implements org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory

OCLInvocationDelegateMapping provides a Factory entry that maps one delegate URI key to another.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory
org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Descriptor, org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry
 
Field Summary
protected  org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry registry
           
protected  VirtualDelegateMapping virtualDelegateMapping
           
 
Constructor Summary
OCLInvocationDelegateMapping()
           
OCLInvocationDelegateMapping(org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry registry, VirtualDelegateMapping virtualDelegateMapping)
           
 
Method Summary
 org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate createInvocationDelegate(org.eclipse.emf.ecore.EOperation operation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

registry

protected final org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry registry

virtualDelegateMapping

protected final VirtualDelegateMapping virtualDelegateMapping
Constructor Detail

OCLInvocationDelegateMapping

public OCLInvocationDelegateMapping()

OCLInvocationDelegateMapping

public OCLInvocationDelegateMapping(org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory.Registry registry,
                                    VirtualDelegateMapping virtualDelegateMapping)
Method Detail

createInvocationDelegate

public org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate createInvocationDelegate(org.eclipse.emf.ecore.EOperation operation)
Specified by:
createInvocationDelegate in interface org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory