org.eclipse.ocl.ecore.delegate
Class OCLDelegateDomainFactory

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

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

Factory for OCL delegate domains.

Since:
3.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.ocl.ecore.delegate.DelegateDomain.Factory
DelegateDomain.Factory.Descriptor, DelegateDomain.Factory.Registry
 
Field Summary
 
Fields inherited from interface org.eclipse.ocl.ecore.delegate.DelegateDomain.Factory
INSTANCE
 
Constructor Summary
OCLDelegateDomainFactory()
           
 
Method Summary
 OCLDelegateDomain createDelegateDomain(java.lang.String delegateURI, 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

public OCLDelegateDomain createDelegateDomain(java.lang.String delegateURI,
                                              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

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