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.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 EcoreReflectiveType
           
 

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

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

Fields in org.eclipse.ocl.examples.library.executor with type parameters of type ReflectiveType
protected  java.util.Map<DomainType,ReflectiveType> ReflectivePackage.types
           
 

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

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
 void ReflectiveType.gatherUninstalledInheritances(java.util.List<ReflectiveType> inheritances)
          Add this Inheritance and all un-installed super-Inheritances to inheritances.
 

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

Subclasses of ReflectiveType in org.eclipse.ocl.examples.pivot.executor
 class PivotReflectiveAnyType
           
 class PivotReflectiveEnumerationType
           
 class PivotReflectiveInvalidType
           
 class PivotReflectiveType
           
 class PivotReflectiveVoidType
           
 

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

Methods in org.eclipse.ocl.examples.pivot.manager that return ReflectiveType
 ReflectiveType TypeServer.getExecutorType()
           
 ReflectiveType MetaModelManager.getInheritance(DomainType type)