Uses of Interface
org.eclipse.ocl.examples.library.executor.ExecutorTypeArgument

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

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

Classes in org.eclipse.ocl.examples.library.ecore that implement ExecutorTypeArgument
 class EcoreExecutorEnumeration
           
 class EcoreExecutorType
           
 

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

Classes in org.eclipse.ocl.examples.library.executor that implement ExecutorTypeArgument
 class ExecutorLambdaType
           
 class ExecutorSpecializedType
           
 class ExecutorType
           
 class ExecutorTypeParameter
           
 

Fields in org.eclipse.ocl.examples.library.executor declared as ExecutorTypeArgument
protected  ExecutorTypeArgument[] ExecutorOperation.parameterTypes
           
 

Constructors in org.eclipse.ocl.examples.library.executor with parameters of type ExecutorTypeArgument
ExecutorLambdaType(DomainStandardLibrary standardLibrary, java.lang.String name, ExecutorTypeArgument... typeArguments)
           
ExecutorLambdaType(java.lang.String name, ExecutorTypeArgument... typeArguments)
          Deprecated. 
ExecutorOperation(java.lang.String name, DomainInheritance inheritance, int index, LibraryFeature implementation, ExecutorTypeArgument... parameterTypes)
           
ExecutorSpecializedType(DomainStandardLibrary standardLibrary, java.lang.String name, ExecutorTypeArgument... typeArguments)
           
ExecutorSpecializedType(java.lang.String name, ExecutorTypeArgument... typeArguments)
          Deprecated.