Uses of Interface
org.eclipse.ocl.TypeResolver

Packages that use TypeResolver
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.uml Implementation of an OCL binding for the UML metamodel. 
 

Uses of TypeResolver in org.eclipse.ocl
 

Classes in org.eclipse.ocl that implement TypeResolver
 class AbstractTypeResolver<PK,C,O,P,PM>
          A partial implementation of the TypeResolver interface, useful for providers of environment implementations to build their type resolvers.
 

Methods in org.eclipse.ocl that return TypeResolver
 TypeResolver<C,O,P> Environment.getTypeResolver()
          Obtains a type resolver to be used to create (and cache) concrete bindings for the generic OCL types, based on the user model types provided by this environment.
 

Uses of TypeResolver in org.eclipse.ocl.ecore
 

Methods in org.eclipse.ocl.ecore that return TypeResolver
protected  TypeResolver<EClassifier,EOperation,EStructuralFeature> EcoreEnvironment.createTypeResolver()
          Deprecated. Override the EcoreEnvironment.createTypeResolver(Resource) method, instead, handling the case where the resource is null
protected  TypeResolver<EClassifier,EOperation,EStructuralFeature> EcoreEnvironment.createTypeResolver(Resource resource)
           Creates a new type resolver for use with this environment.
 TypeResolver<EClassifier,EOperation,EStructuralFeature> EcoreEnvironment.getTypeResolver()
           
 

Uses of TypeResolver in org.eclipse.ocl.uml
 

Classes in org.eclipse.ocl.uml that implement TypeResolver
 class TypeResolverImpl
          UML implementation of the TypeResolver interface.
 

Methods in org.eclipse.ocl.uml that return TypeResolver
protected  TypeResolver<Classifier,Operation,Property> UMLEnvironment.createTypeResolver()
          Deprecated. Override the UMLEnvironment.createTypeResolver(Resource) method, instead, handling the case where the resource is null
protected  TypeResolver<Classifier,Operation,Property> UMLEnvironment.createTypeResolver(Resource resource)
           Creates a new type resolver for use with this environment.
 TypeResolver<Classifier,Operation,Property> UMLEnvironment.getTypeResolver()
           
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.