Uses of Interface
org.eclipse.ocl.Environment.Registry

Packages that use Environment.Registry
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.internal   
 

Uses of Environment.Registry in org.eclipse.ocl
 

Fields in org.eclipse.ocl declared as Environment.Registry
static Environment.Registry Environment.Registry.INSTANCE
          The shared registry instance.
 

Uses of Environment.Registry in org.eclipse.ocl.internal
 

Classes in org.eclipse.ocl.internal that implement Environment.Registry
 class EnvironmentRegistryImpl
          Implementation of the environment registry.