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

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

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

Constructors in org.eclipse.ocl.examples.pivot.executor with parameters of type TypeServer
PivotExecutorOperation(TypeServer inheritance, int operationIndex, Operation pivotOperation)
           
PivotReflectiveFragment(TypeServer derivedInheritance, DomainInheritance baseInheritance)
           
 

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

Classes in org.eclipse.ocl.examples.pivot.manager that implement TypeServer
 class AbstractTypeServer
          An AbstractTypeServer provides the co-ordinated operation, property and superclass lookup caches for one or more merged types.
 class AnyTypeServer
           
 class CollectionTypeServer
          An CollectionTypeServer supports one or more merged collection types as the source for operations, properties or superclasses and additionally supports their specializations.
 class EnumerationTypeServer
           
 class ExtensibleTypeServer
          An ExtensibleTypeServer supports one or more merged types as the source for operations, properties or superclasses.
 class ExtensionTypeServer
          An ExtensionTypeServer supports the type for the extension of a class by a stereotype application.
 class InvalidTypeServer
           
 class MetaclassServer
          A MetaclassServer supports one or more merged types as the source for operations, properties or superclasses and additionally supports their specializations.
 class OrphanTypeServer
          An OrphanTypeServer provides a 'merge' type behaviour for a synthesized type that forms part of the OrphanPackage rather than a true package.
 class PrimitiveTypeServer
          A PrimitiveTypeServer supports one or more merged primitive types.
 class TemplateableTypeServer
          An TemplateableTypeServer supports one or more merged types as the source for operations, properties or superclasses and additionally supports their specializations.
 

Fields in org.eclipse.ocl.examples.pivot.manager with type parameters of type TypeServer
static java.util.List<TypeServer> MetaModelManager.EMPTY_TYPE_SERVER_LIST
           
 

Methods in org.eclipse.ocl.examples.pivot.manager that return TypeServer
 TypeServer MetaModelManager.getTypeServer(DomainType pivotType)
           
 TypeServer OrphanPackageServer.getTypeServer(DomainType type)
           
 TypeServer PackageManager.getTypeServer(DomainType pivotType)
           
 

Methods in org.eclipse.ocl.examples.pivot.manager that return types with arguments of type TypeServer
 java.lang.Iterable<TypeServer> MetaModelManager.getLocalClasses(Package pkg)
           
 java.lang.Iterable<TypeServer> PackageServer.getMemberTypes()