Uses of Interface
org.eclipse.ocl.examples.domain.ids.BuiltInTypeId

Packages that use BuiltInTypeId
org.eclipse.ocl.examples.codegen.java.types   
org.eclipse.ocl.examples.domain.ids   
org.eclipse.ocl.examples.domain.ids.impl   
org.eclipse.ocl.examples.library.ecore   
 

Uses of BuiltInTypeId in org.eclipse.ocl.examples.codegen.java.types
 

Classes in org.eclipse.ocl.examples.codegen.java.types that implement BuiltInTypeId
 class JavaTypeId
          A JavaTypeId enables a Java class to be represented as a typeid singleton.
 

Uses of BuiltInTypeId in org.eclipse.ocl.examples.domain.ids
 

Subinterfaces of BuiltInTypeId in org.eclipse.ocl.examples.domain.ids
 interface CollectionTypeId
          A CollectionTypeId provides a unique identifier for an unspecialized collection type such as Set(T).
 interface OclInvalidTypeId
          OclInvalidTypeId provides a unique identifier for the invalid type; OclInvalid.
 interface OclVoidTypeId
          OclVoidTypeId provides a unique identifier for the null type; OclVoid.
 interface PrimitiveTypeId
          A PrimitiveTypeId provides a unique identifier for a primitive type such as Boolean.
 

Uses of BuiltInTypeId in org.eclipse.ocl.examples.domain.ids.impl
 

Classes in org.eclipse.ocl.examples.domain.ids.impl that implement BuiltInTypeId
 class GeneralizedCollectionTypeIdImpl
           
 class OclInvalidTypeIdImpl
           
 class OclVoidTypeIdImpl
           
 class PrimitiveTypeIdImpl
           
 class SpecializedCollectionTypeIdImpl
           
 

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

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