org.eclipse.ocl.ecore.delegate
Interface DelegateDomain.Factory

All Known Implementing Classes:
OCLDelegateDomainFactory, OCLDelegateDomainFactory.Delegator
Enclosing interface:
DelegateDomain

public static interface DelegateDomain.Factory

A factory for creating delegate domains.


Nested Class Summary
static interface DelegateDomain.Factory.Descriptor
          A Factory wrapper that is used by the DelegateDomain.Factory.Registry.
static interface DelegateDomain.Factory.Registry
          A registry of delegate domain factories.
 
Field Summary
static DelegateDomain.Factory INSTANCE
          The global instance used when no factory is registered.
 
Method Summary
 DelegateDomain createDelegateDomain(java.lang.String delegateURI, org.eclipse.emf.ecore.EPackage ePackage)
          Creates the delegate domain for the specified ePackage.
 

Field Detail

INSTANCE

static final DelegateDomain.Factory INSTANCE
The global instance used when no factory is registered.

Method Detail

createDelegateDomain

DelegateDomain createDelegateDomain(java.lang.String delegateURI,
                                    org.eclipse.emf.ecore.EPackage ePackage)
Creates the delegate domain for the specified ePackage.

Parameters:
ePackage - the package
Returns:
its delegate domain