Uses of Interface
org.eclipse.ocl.examples.pivot.delegate.DelegateDomain.Factory

Packages that use DelegateDomain.Factory
org.eclipse.ocl.examples.pivot.delegate   
 

Uses of DelegateDomain.Factory in org.eclipse.ocl.examples.pivot.delegate
 

Classes in org.eclipse.ocl.examples.pivot.delegate that implement DelegateDomain.Factory
 class OCLDelegateDomainFactory
          Factory for OCL delegate domains.
 

Fields in org.eclipse.ocl.examples.pivot.delegate declared as DelegateDomain.Factory
static DelegateDomain.Factory DelegateDomain.Factory.INSTANCE
          The global instance used when no factory is registered.
 

Methods in org.eclipse.ocl.examples.pivot.delegate that return DelegateDomain.Factory
 DelegateDomain.Factory DelegateDomain.Factory.Descriptor.getFactory()
           
 DelegateDomain.Factory DelegateDomain.Factory.Registry.getFactory(java.lang.String uri)
           
 DelegateDomain.Factory DelegateDomain.Factory.Registry.Impl.getFactory(java.lang.String uri)