org.eclipse.ocl.ecore.delegate
Class OCLInvocationDelegateFactory

java.lang.Object
  extended by org.eclipse.ocl.ecore.delegate.AbstractOCLDelegateFactory
      extended by org.eclipse.ocl.ecore.delegate.OCLInvocationDelegateFactory
Direct Known Subclasses:
OCLInvocationDelegateFactory.Global

public class OCLInvocationDelegateFactory
extends AbstractOCLDelegateFactory

Factory for OCL operation-invocation delegates.

Since:
3.0

Nested Class Summary
static class OCLInvocationDelegateFactory.Global
          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.
 
Field Summary
 
Fields inherited from class org.eclipse.ocl.ecore.delegate.AbstractOCLDelegateFactory
delegateDomain, delegateURI
 
Constructor Summary
OCLInvocationDelegateFactory()
           
OCLInvocationDelegateFactory(OCLDelegateDomain delegateDomain)
           
 
Method Summary
 EOperation.Internal.InvocationDelegate createInvocationDelegate(EOperation operation)
           
 
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

OCLInvocationDelegateFactory

public OCLInvocationDelegateFactory()

OCLInvocationDelegateFactory

public OCLInvocationDelegateFactory(OCLDelegateDomain delegateDomain)
Method Detail

createInvocationDelegate

public EOperation.Internal.InvocationDelegate createInvocationDelegate(EOperation operation)

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.