org.eclipse.ocl.ecore.delegate
Class OCLSettingDelegateFactory

java.lang.Object
  extended by org.eclipse.ocl.ecore.delegate.AbstractOCLDelegateFactory
      extended by org.eclipse.ocl.ecore.delegate.OCLSettingDelegateFactory
All Implemented Interfaces:
org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory
Direct Known Subclasses:
OCLSettingDelegateFactory.Global

public class OCLSettingDelegateFactory
extends AbstractOCLDelegateFactory
implements org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate.Factory

Factory for OCL derived-attribute setting delegates.

Since:
3.0

Nested Class Summary
static class OCLSettingDelegateFactory.Global
          The Global variant of the Factory delegates to a local ResourceSet factory if one can be located at the EStructuralFeature.Internal.SettingDelegate.Factory.Registry by the DelegateResourceSetAdapter.
 
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
 
Fields inherited from class org.eclipse.ocl.ecore.delegate.AbstractOCLDelegateFactory
delegateDomain, delegateURI
 
Constructor Summary
OCLSettingDelegateFactory()
           
OCLSettingDelegateFactory(OCLDelegateDomain delegateDomain)
           
 
Method Summary
 org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate createSettingDelegate(org.eclipse.emf.ecore.EStructuralFeature structuralFeature)
           
 
Methods inherited from class org.eclipse.ocl.ecore.delegate.AbstractOCLDelegateFactory
getDelegateDomain, getURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCLSettingDelegateFactory

public OCLSettingDelegateFactory()

OCLSettingDelegateFactory

public OCLSettingDelegateFactory(OCLDelegateDomain delegateDomain)
Method Detail

createSettingDelegate

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