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

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

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

Subclasses of ExtensibleTypeServer in org.eclipse.ocl.examples.pivot.manager
 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 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 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.
 

Methods in org.eclipse.ocl.examples.pivot.manager that return ExtensibleTypeServer
 ExtensibleTypeServer PackageManager.findTypeServer(DomainType pivotType)