Uses of Class
org.eclipse.ocl.examples.pivot.manager.TypeTracker

Packages that use TypeTracker
org.eclipse.ocl.examples.pivot.manager   
 

Uses of TypeTracker in org.eclipse.ocl.examples.pivot.manager
 

Subclasses of TypeTracker in org.eclipse.ocl.examples.pivot.manager
 class TypeClient
          A TypeClient adapts a secondary Type to coordinate the coherent behaviour of a primary and one or more secondary Types as required for Complete OCL type extension.
 class TypeServer
          A TypeServer adapts the primary Type to coordinate the coherent behaviour of a primary and one or more secondary Types as required for Complete OCL type extension.
 

Fields in org.eclipse.ocl.examples.pivot.manager with type parameters of type TypeTracker
static com.google.common.base.Function<TypeTracker,Type> TypeServer.tracker2class
           
 

Methods in org.eclipse.ocl.examples.pivot.manager that return TypeTracker
 TypeTracker MetaModelManager.findTypeTracker(Type pivotType)
           
 TypeTracker PackageManager.findTypeTracker(Type pivotType)
           
 TypeTracker MetaModelManager.getTypeTracker(Type pivotType)
           
 TypeTracker PackageClient.getTypeTracker(Type pivotType)
           
 TypeTracker TypeServer.getTypeTracker(Type pivotType)
           
 

Methods in org.eclipse.ocl.examples.pivot.manager that return types with arguments of type TypeTracker
 java.util.List<TypeTracker> TypeServer.getTypeTrackers()