Uses of Class
org.eclipse.ocl.uml.UMLEnvironment

Packages that use UMLEnvironment
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
org.eclipse.ocl.uml.internal   
 

Uses of UMLEnvironment in org.eclipse.ocl.uml
 

Methods in org.eclipse.ocl.uml that return UMLEnvironment
 UMLEnvironment UMLEnvironmentFactory.createEnvironment()
           
 

Constructors in org.eclipse.ocl.uml with parameters of type UMLEnvironment
TypeResolverImpl(UMLEnvironment env)
          Initializes me with an Environment.
TypeResolverImpl(UMLEnvironment env, org.eclipse.emf.ecore.resource.Resource resource)
          Initializes me with a resource in which I will persist the model-based types that I generate in my associated Environment.
 

Uses of UMLEnvironment in org.eclipse.ocl.uml.internal
 

Constructors in org.eclipse.ocl.uml.internal with parameters of type UMLEnvironment
UMLReflectionImpl(UMLEnvironment env)