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

java.lang.Object
  extended by org.eclipse.ocl.common.internal.delegate.OCLSettingDelegateMapping
All Implemented Interfaces:
org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory

public class OCLSettingDelegateMapping
extends java.lang.Object
implements org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory

OCLSettingDelegateMapping 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.EStructuralFeature.Internal.SettingDelegate.Factory
org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory.Descriptor, org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory.Registry
 
Field Summary
protected  org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory.Registry registry
           
protected  VirtualDelegateMapping virtualDelegateMapping
           
 
Constructor Summary
OCLSettingDelegateMapping()
           
OCLSettingDelegateMapping(org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory.Registry registry, VirtualDelegateMapping virtualDelegateMapping)
           
 
Method Summary
 org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate createSettingDelegate(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
           
 
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.EStructuralFeature.Internal.SettingDelegate.Factory.Registry registry

virtualDelegateMapping

protected final VirtualDelegateMapping virtualDelegateMapping
Constructor Detail

OCLSettingDelegateMapping

public OCLSettingDelegateMapping()

OCLSettingDelegateMapping

public OCLSettingDelegateMapping(org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory.Registry registry,
                                 VirtualDelegateMapping virtualDelegateMapping)
Method Detail

createSettingDelegate

public org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate createSettingDelegate(org.eclipse.emf.ecore.EStructuralFeature eStructuralFeature)
Specified by:
createSettingDelegate in interface org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory