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

Packages that use ExecutorType
org.eclipse.ocl.examples.library.ecore   
org.eclipse.ocl.examples.library.executor   
 

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

Subclasses of ExecutorType in org.eclipse.ocl.examples.library.ecore
 class EcoreExecutorEnumeration
           
 class EcoreExecutorInvalidType
           
 class EcoreExecutorType
           
 class EcoreExecutorVoidType
           
 

Methods in org.eclipse.ocl.examples.library.ecore with parameters of type ExecutorType
 void EcoreExecutorPackage.init(ExecutorStandardLibrary standardLibrary, ExecutorType[] types)
           
 void EcoreExecutorPackage.init(ExecutorType[] types)
          Deprecated. 
 

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

Constructors in org.eclipse.ocl.examples.library.executor with parameters of type ExecutorType
ExecutorFragment(ExecutorType derivedInheritance, DomainInheritance baseInheritance)