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

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

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

Fields in org.eclipse.ocl.examples.pivot.manager declared as TypeServer
protected  TypeServer TypeClient.typeServer
           
 

Methods in org.eclipse.ocl.examples.pivot.manager that return TypeServer
 TypeServer TypeClient.getTypeServer()
           
 TypeServer TypeServer.getTypeServer()
           
abstract  TypeServer TypeTracker.getTypeServer()
           
 TypeServer MetaModelManager.getTypeServer(Type pivotType)
           
 

Constructors in org.eclipse.ocl.examples.pivot.manager with parameters of type TypeServer
TypeClient(TypeServer typeServer, Type target)