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 EcoreExecutorType
           
 

Methods in org.eclipse.ocl.examples.library.ecore that return ExecutorType
 ExecutorType EcoreExecutorPackage.getType(java.lang.String typeName)
           
 

Methods in org.eclipse.ocl.examples.library.ecore that return types with arguments of type ExecutorType
 java.lang.Iterable<ExecutorType> EcoreExecutorPackage.getOwnedType()
           
 

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
 

Methods in org.eclipse.ocl.examples.library.executor that return ExecutorType
 ExecutorType ExecutorStandardLibrary.getOclType(java.lang.String typeName)
           
 ExecutorType ExecutorStandardLibrary.getType(org.eclipse.emf.ecore.EClassifier eClassifier)
           
 

Constructors in org.eclipse.ocl.examples.library.executor with parameters of type ExecutorType
ExecutorFragment(ExecutorType derivedInheritance, DomainInheritance baseInheritance)
           
ExecutorFragment(ExecutorType derivedInheritance, DomainInheritance baseInheritance, ExecutorOperation[] operations, ExecutorProperty[] properties)
          Deprecated.