org.eclipse.ocl.examples.pivot.delegate
Class OCLInvocationDelegateFactory.Global

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.delegate.AbstractOCLDelegateFactory
      extended by org.eclipse.ocl.examples.pivot.delegate.OCLInvocationDelegateFactory
          extended by org.eclipse.ocl.examples.pivot.delegate.OCLInvocationDelegateFactory.Global
All Implemented Interfaces:
org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory
Enclosing class:
OCLInvocationDelegateFactory

public static class OCLInvocationDelegateFactory.Global
extends OCLInvocationDelegateFactory

The Global variant of the Factory delegates to a local ResourceSet factory if one can be located at the EOperation.Internal.InvocationDelegate.Factory.Registry by the DelegateResourceSetAdapter.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.ocl.examples.pivot.delegate.OCLInvocationDelegateFactory
OCLInvocationDelegateFactory.Global
 
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
 
Fields inherited from class org.eclipse.ocl.examples.pivot.delegate.AbstractOCLDelegateFactory
delegateURI
 
Constructor Summary
OCLInvocationDelegateFactory.Global()
           
 
Method Summary
 org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate createInvocationDelegate(org.eclipse.emf.ecore.EOperation operation)
           
 
Methods inherited from class org.eclipse.ocl.examples.pivot.delegate.AbstractOCLDelegateFactory
getDelegateDomain, getURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCLInvocationDelegateFactory.Global

public OCLInvocationDelegateFactory.Global()
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
Overrides:
createInvocationDelegate in class OCLInvocationDelegateFactory