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

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

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

Classes in org.eclipse.ocl.ecore.delegate that implement ValidationDelegate
 class OCLValidationDelegate
          An implementation of the dynamic validation delegate API, maintaining a cache of compiled constraints and invariants.
 

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

Methods in org.eclipse.ocl.ecore.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)
           
protected  ValidationDelegate OCLValidationDelegateFactory.Global.getValidationDelegate(org.eclipse.emf.ecore.EClassifier eClassifier)
           
 ValidationDelegate DelegateEClassifierAdapter.getValidationDelegate(java.lang.String delegateURI)
           
 

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