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

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

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

Subclasses of ExecutorPackage in org.eclipse.ocl.examples.library.ecore
 class EcoreExecutorPackage
           
 class EcoreReflectivePackage
           
 

Constructors in org.eclipse.ocl.examples.library.ecore with parameters of type ExecutorPackage
EcoreExecutorInvalidType(BuiltInTypeId typeId, ExecutorPackage evaluationPackage, int flags, ExecutorTypeParameter... typeParameters)
           
EcoreExecutorType(BuiltInTypeId typeId, ExecutorPackage evaluationPackage, int flags, ExecutorTypeParameter... typeParameters)
          Construct an executable type descriptor in the absence of a known EClassifier.
EcoreExecutorType(java.lang.String name, ExecutorPackage evaluationPackage, int flags, ExecutorTypeParameter... typeParameters)
          Construct an executable type descriptor in the absence of a known EClassifier.
EcoreExecutorVoidType(BuiltInTypeId typeId, ExecutorPackage evaluationPackage, int flags, ExecutorTypeParameter... typeParameters)
           
 

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

Subclasses of ExecutorPackage 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.
 class ReflectivePackage
          A ReflectivePackage builds a dispatch table representative of a model package at run-time using a minimal reflective API.
 

Constructors in org.eclipse.ocl.examples.library.executor with parameters of type ExecutorPackage
ExecutorType(java.lang.String name, ExecutorPackage evaluationPackage, int flags, ExecutorTypeParameter... typeParameters)
           
ReflectiveType(java.lang.String name, ExecutorPackage evaluationPackage, int flags, ExecutorTypeParameter... typeParameters)
           
 

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

Subclasses of ExecutorPackage 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.