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

java.lang.Object
  extended by org.eclipse.ocl.common.internal.delegate.OCLQueryDelegateMapping
All Implemented Interfaces:
org.eclipse.emf.ecore.util.QueryDelegate.Factory

public class OCLQueryDelegateMapping
extends java.lang.Object
implements org.eclipse.emf.ecore.util.QueryDelegate.Factory

OCLQueryDelegateMapping 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.util.QueryDelegate.Factory
org.eclipse.emf.ecore.util.QueryDelegate.Factory.Descriptor, org.eclipse.emf.ecore.util.QueryDelegate.Factory.Registry
 
Field Summary
protected  org.eclipse.emf.ecore.util.QueryDelegate.Factory.Registry registry
           
protected  VirtualDelegateMapping virtualDelegateMapping
           
 
Constructor Summary
OCLQueryDelegateMapping()
           
OCLQueryDelegateMapping(org.eclipse.emf.ecore.util.QueryDelegate.Factory.Registry registry, VirtualDelegateMapping virtualDelegateMapping)
           
 
Method Summary
 org.eclipse.emf.ecore.util.QueryDelegate createQueryDelegate(org.eclipse.emf.ecore.EClassifier context, java.util.Map<java.lang.String,org.eclipse.emf.ecore.EClassifier> parameters, java.lang.String expression)
           
 
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.util.QueryDelegate.Factory.Registry registry

virtualDelegateMapping

protected final VirtualDelegateMapping virtualDelegateMapping
Constructor Detail

OCLQueryDelegateMapping

public OCLQueryDelegateMapping()

OCLQueryDelegateMapping

public OCLQueryDelegateMapping(org.eclipse.emf.ecore.util.QueryDelegate.Factory.Registry registry,
                               VirtualDelegateMapping virtualDelegateMapping)
Method Detail

createQueryDelegate

public org.eclipse.emf.ecore.util.QueryDelegate createQueryDelegate(org.eclipse.emf.ecore.EClassifier context,
                                                                    java.util.Map<java.lang.String,org.eclipse.emf.ecore.EClassifier> parameters,
                                                                    java.lang.String expression)
Specified by:
createQueryDelegate in interface org.eclipse.emf.ecore.util.QueryDelegate.Factory