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 EcoreExecutorInvalidType
           
 class EcoreExecutorType
           
 class EcoreExecutorVoidType
           
 

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 ExecutorTupleType
           
 class ExecutorType
          An ExecutorType defines a Type using a compact representation suitable for efficient execution and static construction.
 class ExecutorTypeParameter
           
 

Constructors in org.eclipse.ocl.examples.library.executor with parameters of type ExecutorTypeArgument
ExecutorLambdaType(DomainStandardLibrary standardLibrary, java.lang.String name, ExecutorTypeArgument... typeArguments)
           
ExecutorSpecializedType(DomainStandardLibrary standardLibrary, java.lang.String name, ExecutorTypeArgument... typeArguments)