Uses of Interface
org.eclipse.emf.ocl.utilities.PredefinedType

Packages that use PredefinedType
org.eclipse.emf.ocl.types Abstract API for OCL types.  
org.eclipse.emf.ocl.types.impl Implementation of the API for OCL types.  
org.eclipse.emf.ocl.types.util EMF utilities for the OCL types API.  
org.eclipse.emf.ocl.utilities.util EMF utilities for the OCL AST utilities API.  
 

Uses of PredefinedType in org.eclipse.emf.ocl.types
 

Subinterfaces of PredefinedType in org.eclipse.emf.ocl.types
 interface AnyType
           
 interface BagType
           
 interface CollectionType
           
 interface InvalidType
           A representation of the model object 'Invalid Type'
 interface MessageType
           
 interface OrderedSetType
           
 interface PrimitiveBoolean
           
 interface PrimitiveInteger
           
 interface PrimitiveReal
           
 interface PrimitiveString
           
 interface PrimitiveType
           
 interface SequenceType
           
 interface SetType
           
 interface TupleType
           
 interface TypeType
           A representation of the model object 'Type Type'
 interface VoidType
           
 

Uses of PredefinedType in org.eclipse.emf.ocl.types.impl
 

Classes in org.eclipse.emf.ocl.types.impl that implement PredefinedType
 class AnyTypeImpl
           
 class BagTypeImpl
           
 class CollectionTypeImpl
           
 class InvalidTypeImpl
           An implementation of the model object 'Invalid Type'
 class MessageTypeImpl
           An implementation of the model object 'Message Type'
 class OrderedSetTypeImpl
           An implementation of the model object 'Ordered Set Type'
 class PrimitiveBooleanImpl
           An implementation of the model object 'Primitive Boolean'
 class PrimitiveIntegerImpl
           An implementation of the model object 'Primitive Integer'
 class PrimitiveRealImpl
           An implementation of the model object 'Primitive Real'
 class PrimitiveStringImpl
           An implementation of the model object 'Primitive String'
 class PrimitiveTypeImpl
           An implementation of the model object 'Primitive Type'
 class SequenceTypeImpl
           An implementation of the model object 'Sequence Type'
 class SetTypeImpl
           An implementation of the model object 'Set Type'
 class TupleTypeImpl
           An implementation of the model object 'Tuple Type'
 class TypeTypeImpl
           An implementation of the model object 'Type Type'
 class VoidTypeImpl
           An implementation of the model object 'Void Type'
 

Uses of PredefinedType in org.eclipse.emf.ocl.types.util
 

Methods in org.eclipse.emf.ocl.types.util with parameters of type PredefinedType
 java.lang.Object TypesSwitch.casePredefinedType(PredefinedType object)
          Returns the result of interpretting the object as an instance of 'Predefined Type'
 

Uses of PredefinedType in org.eclipse.emf.ocl.utilities.util
 

Methods in org.eclipse.emf.ocl.utilities.util with parameters of type PredefinedType
 java.lang.Object UtilitiesSwitch.casePredefinedType(PredefinedType object)
          Returns the result of interpretting the object as an instance of 'Predefined Type'
 


Copyright 2002, 2006 IBM Corporation and others.
All Rights Reserved.