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

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.delegate.OCLDelegateDomainFactory
All Implemented Interfaces:
DelegateDomain.Factory

public class OCLDelegateDomainFactory
extends java.lang.Object
implements DelegateDomain.Factory

Factory for OCL delegate domains.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.ocl.examples.pivot.delegate.DelegateDomain.Factory
DelegateDomain.Factory.Descriptor, DelegateDomain.Factory.Registry
 
Field Summary
 
Fields inherited from interface org.eclipse.ocl.examples.pivot.delegate.DelegateDomain.Factory
INSTANCE
 
Constructor Summary
OCLDelegateDomainFactory()
           
 
Method Summary
 OCLDelegateDomain createDelegateDomain(java.lang.String delegateURI, org.eclipse.emf.ecore.EPackage ePackage)
          Creates the delegate domain for the specified ePackage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCLDelegateDomainFactory

public OCLDelegateDomainFactory()
Method Detail

createDelegateDomain

@NonNull
public OCLDelegateDomain createDelegateDomain(@NonNull
                                                      java.lang.String delegateURI,
                                                      @NonNull
                                                      org.eclipse.emf.ecore.EPackage ePackage)
Description copied from interface: DelegateDomain.Factory
Creates the delegate domain for the specified ePackage.

Specified by:
createDelegateDomain in interface DelegateDomain.Factory
ePackage - the package
Returns:
its delegate domain