Uses of Package
org.eclipse.ocl.examples.pivot.delegate

Packages that use org.eclipse.ocl.examples.pivot.delegate
org.eclipse.ocl.examples.pivot.delegate   
org.eclipse.ocl.examples.pivot.ecore   
org.eclipse.ocl.examples.xtext.oclinecore.validation   
 

Classes in org.eclipse.ocl.examples.pivot.delegate used by org.eclipse.ocl.examples.pivot.delegate
AbstractDelegatedBehavior
          A basic implementation of a delegated behavior.
AbstractOCLDelegateFactory
          Partial implementation of a factory of OCL delegates for Ecore features.
DelegatedBehavior
           
DelegateDomain
          A pluggable, dynamic implementation of a delegate domain supervising delegated behavior.
DelegateDomain.Factory
          A factory for creating delegate domains.
DelegateDomain.Factory.Registry
          A registry of delegate domain factories.
DelegateEClassifierAdapter
          DelegateEClassifierAdapter extends an EClassifier to cache its ValidationDelegate.
DelegateEPackageAdapter
          DelegateEPackageAdapter extends an EPackage to cache its DelegateDomain that supervises installation of OCL annotations from an OCL document.
DelegateResourceAdapter
          DelegateResourceAdapter extends a Resource to load and unload DelegateDomains for each package with a delegate annotation, when the resource is loaded and unloaded.
InvocationBehavior
           
OCLDelegateDomain
          An implementation of a delegate domain for an OCL enhanced package.
OCLDelegateDomain.PivotOnlyRegistry
           
OCLDelegateDomain.PivotOnlyVirtualDelegateMapping
           
OCLInvocationDelegateFactory
          Factory for OCL operation-invocation delegates.
OCLQueryDelegateFactory
          Factory for OCL query delegates.
OCLSettingDelegateFactory
          Factory for OCL derived-attribute setting delegates.
OCLValidationDelegateFactory
          Factory for OCL derived-classifier validation delegates.
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.
SettingBehavior
           
ValidationBehavior
           
ValidationDelegate
          A revised interface for delegating validation expression evaluation adopting the same Factory, Registry, Descriptor architecture as the invocation and setting delegates.
ValidationDelegate.Factory
          A factory for creating delegate domains.
ValidationDelegate.Factory.Registry
          A registry of delegate domain factories.
ValidationDelegateExtension
          An extended interface allowing validators to generate custom diagnostics.
 

Classes in org.eclipse.ocl.examples.pivot.delegate used by org.eclipse.ocl.examples.pivot.ecore
DelegateInstaller
           
 

Classes in org.eclipse.ocl.examples.pivot.delegate used by org.eclipse.ocl.examples.xtext.oclinecore.validation
OCLDelegateValidator
          Perform the validation of delegated OCL constraints and invariants.