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

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

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

Subinterfaces of ValidationDelegateExtension in org.eclipse.ocl.examples.pivot.delegate
 interface ValidationDelegate
          A revised interface for delegating validation expression evaluation adopting the same Factory, Registry, Descriptor architecture as the invocation and setting delegates.
 

Classes in org.eclipse.ocl.examples.pivot.delegate that implement ValidationDelegateExtension
 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.