Uses of Interface
org.eclipse.ocl.utilities.UMLReflection

Packages that use UMLReflection
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.internal   
org.eclipse.ocl.parser   
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
 

Uses of UMLReflection in org.eclipse.ocl
 

Methods in org.eclipse.ocl that return UMLReflection
protected  UMLReflection<PK,C,O,P,EL,PM,S,COA,SSA,CT> AbstractEvaluationVisitor.getUMLReflection()
           
protected  UMLReflection<?,C,O,P,?,PM,?,?,?,?> AbstractTypeChecker.getUMLReflection()
          Obtains the UML introspector that I use to access the subject model.
 UMLReflection<PK,C,O,P,EL,PM,S,COA,SSA,CT> Environment.getUMLReflection()
          Obtains a utility for for reflection on the UML metaclasses that are used by the OCL abstract syntax.
 

Uses of UMLReflection in org.eclipse.ocl.ecore
 

Methods in org.eclipse.ocl.ecore that return UMLReflection
 UMLReflection<org.eclipse.emf.ecore.EPackage,org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EOperation,org.eclipse.emf.ecore.EStructuralFeature,org.eclipse.emf.ecore.EEnumLiteral,org.eclipse.emf.ecore.EParameter,org.eclipse.emf.ecore.EObject,CallOperationAction,SendSignalAction,Constraint> EcoreEnvironment.getUMLReflection()
           
 

Uses of UMLReflection in org.eclipse.ocl.ecore.internal
 

Classes in org.eclipse.ocl.ecore.internal that implement UMLReflection
 class UMLReflectionImpl
          Implementation of the UML reflection service for the Ecore environment.
 

Uses of UMLReflection in org.eclipse.ocl.parser
 

Fields in org.eclipse.ocl.parser declared as UMLReflection
protected  UMLReflection<PK,C,O,P,EL,PM,S,COA,SSA,CT> AbstractOCLAnalyzer.uml
           
protected  UMLReflection<PK,C,O,P,EL,PM,S,COA,SSA,CT> ValidationVisitor.uml
           
 

Uses of UMLReflection in org.eclipse.ocl.uml
 

Methods in org.eclipse.ocl.uml that return UMLReflection
 UMLReflection<org.eclipse.uml2.uml.Package,org.eclipse.uml2.uml.Classifier,org.eclipse.uml2.uml.Operation,org.eclipse.uml2.uml.Property,org.eclipse.uml2.uml.EnumerationLiteral,org.eclipse.uml2.uml.Parameter,org.eclipse.uml2.uml.State,org.eclipse.uml2.uml.CallOperationAction,org.eclipse.uml2.uml.SendSignalAction,org.eclipse.uml2.uml.Constraint> UMLEnvironment.getUMLReflection()