Uses of Interface
org.eclipse.ocl.ecore.delegate.ValidationDelegate.Factory

Packages that use ValidationDelegate.Factory
org.eclipse.ocl.ecore.delegate   
 

Uses of ValidationDelegate.Factory in org.eclipse.ocl.ecore.delegate
 

Classes in org.eclipse.ocl.ecore.delegate that implement ValidationDelegate.Factory
 class OCLValidationDelegateFactory
          Factory for OCL derived-classifier validation delegates.
static class OCLValidationDelegateFactory.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.
 

Methods in org.eclipse.ocl.ecore.delegate that return ValidationDelegate.Factory
 ValidationDelegate.Factory ValidationBehavior.getDefaultFactory()
           
 ValidationDelegate.Factory ValidationBehavior.getFactory(DelegateDomain delegateDomain, org.eclipse.emf.ecore.EClassifier eClassifier)
           
 ValidationDelegate.Factory ValidationDelegate.Factory.Descriptor.getValidationDelegate()
           
 ValidationDelegate.Factory ValidationDelegate.Factory.Registry.getValidationDelegate(java.lang.String uri)
           
 ValidationDelegate.Factory ValidationDelegate.Factory.Registry.Impl.getValidationDelegate(java.lang.String uri)
           
 

Methods in org.eclipse.ocl.ecore.delegate that return types with arguments of type ValidationDelegate.Factory
 java.lang.Class<ValidationDelegate.Factory> ValidationBehavior.getFactoryClass()