Uses of Class
org.eclipse.ocl.examples.library.executor.ReflectiveType

Packages that use ReflectiveType
org.eclipse.ocl.examples.library.ecore   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.pivot.manager   
 

Uses of ReflectiveType in org.eclipse.ocl.examples.library.ecore
 

Subclasses of ReflectiveType in org.eclipse.ocl.examples.library.ecore
 class EcoreReflectiveEnumeration
           
 class EcoreReflectiveType
           
 

Uses of ReflectiveType in org.eclipse.ocl.examples.library.executor
 

Subclasses of ReflectiveType in org.eclipse.ocl.examples.library.executor
 class DomainReflectiveType
           
 

Methods in org.eclipse.ocl.examples.library.executor that return ReflectiveType
protected  ReflectiveType DomainReflectivePackage.createExecutorType(DomainType domainType)
           
 

Methods in org.eclipse.ocl.examples.library.executor with parameters of type ReflectiveType
 void ReflectiveType.addSubInheritance(ReflectiveType subInheritance)
           
 void ReflectiveType.removeSubInheritance(ReflectiveType subInheritance)
           
 

Method parameters in org.eclipse.ocl.examples.library.executor with type arguments of type ReflectiveType
 boolean ReflectiveType.gatherUninstalledInheritances(java.util.List<ReflectiveType> inheritances)
          Add this Inheritance and all un-installed super-Inheritances to inheritances, returning true if this inheritance was already installed.
 

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

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