Uses of Interface
org.eclipse.ocl.examples.pivot.delegate.ValidationDelegate

Packages that use ValidationDelegate
org.eclipse.ocl.examples.pivot.delegate   
 

Uses of ValidationDelegate in org.eclipse.ocl.examples.pivot.delegate
 

Classes in org.eclipse.ocl.examples.pivot.delegate that implement ValidationDelegate
 class OCLValidationDelegate
          An implementation of the dynamic validation delegate API, maintaining a cache of compiled constraints and invariants.
 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.
 

Fields in org.eclipse.ocl.examples.pivot.delegate with type parameters of type ValidationDelegate
protected  java.util.Map<java.lang.String,ValidationDelegate> DelegateEClassifierAdapter.validationDelegateMap
           
 

Methods in org.eclipse.ocl.examples.pivot.delegate that return ValidationDelegate
 ValidationDelegate OCLValidationDelegateFactory.createValidationDelegate(org.eclipse.emf.ecore.EClassifier classifier)
           
 ValidationDelegate OCLValidationDelegateFactory.Global.createValidationDelegate(org.eclipse.emf.ecore.EClassifier classifier)
           
 ValidationDelegate ValidationDelegate.Factory.createValidationDelegate(org.eclipse.emf.ecore.EClassifier eClassifier)
           
protected  ValidationDelegate OCLValidationDelegateFactory.getValidationDelegate(org.eclipse.emf.ecore.EClassifier eClassifier)
           
 ValidationDelegate DelegateEClassifierAdapter.getValidationDelegate(java.lang.String delegateURI)
           
 ValidationDelegate OCLDelegateDomain.PivotOnlyRegistry.getValidationDelegate(java.lang.String uri)
           
 

Methods in org.eclipse.ocl.examples.pivot.delegate that return types with arguments of type ValidationDelegate
 java.util.Map<java.lang.String,ValidationDelegate> DelegateEClassifierAdapter.getValidationDelegates()