org.eclipse.ocl.examples.pivot.delegate
Class OCLSettingDelegateFactory

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.delegate.AbstractOCLDelegateFactory
      extended by org.eclipse.ocl.examples.pivot.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.


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.examples.pivot.delegate.AbstractOCLDelegateFactory
delegateURI
 
Constructor Summary
OCLSettingDelegateFactory(java.lang.String delegateURI)
           
 
Method Summary
 org.eclipse.emf.ecore.EStructuralFeature.Internal.SettingDelegate createSettingDelegate(org.eclipse.emf.ecore.EStructuralFeature structuralFeature)
           
 
Methods inherited from class org.eclipse.ocl.examples.pivot.delegate.AbstractOCLDelegateFactory
getDelegateDomain, getURI, loadDelegateDomain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCLSettingDelegateFactory

public OCLSettingDelegateFactory(@NonNull
                                 java.lang.String delegateURI)
Method Detail

createSettingDelegate

@Nullable
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