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

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

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

Subclasses of ReflectivePackage in org.eclipse.ocl.examples.library.executor
 class DomainReflectivePackage
          DomainExecutorPackage uses the limited Domain interfaces to construct a package description for use in contexts where no explicit ExecutorPackage is available.
 

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

Subclasses of ReflectivePackage in org.eclipse.ocl.examples.pivot.manager
 class NestedPackageServer
          A RootPackageServer adapts the primary nested Package to coordinate the coherent behavior of a primary and one or more secondary Packages as required for Complete OCL package extension.
 class OrphanPackageServer
          The OrphanPackageServer ensures that orphan types have their own servers.
 class PackageServer
          A PackageServer adapts the primary Package to coordinate the coherent behavior of a primary and one or more secondary Packages as required for Complete OCL package extension.
 class RootPackageServer
          A RootPackageServer adapts the primary root Package to coordinate the coherent behavior of a primary and one or more secondary Packages as required for Complete OCL package extension.