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

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

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

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

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

Subclasses of ExecutorPackage in org.eclipse.ocl.examples.pivot.executor
 class PivotReflectivePackage