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

Packages that use PredefinedType
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.types Specification of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.impl Implementation of the Types package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.types.util Generated utilities for working with instances the Types model. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
org.eclipse.ocl.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
org.eclipse.ocl.utilities.util Generated utilities for working with instances the OCL utilities package. 
 

Uses of PredefinedType in org.eclipse.ocl.ecore.util
 

Methods in org.eclipse.ocl.ecore.util with parameters of type PredefinedType
<O> T
EcoreSwitch.casePredefinedType(PredefinedType<O> object)
          Returns the result of interpreting the object as an instance of 'Predefined Type'
 

Uses of PredefinedType in org.eclipse.ocl.types
 

Subinterfaces of PredefinedType in org.eclipse.ocl.types
 interface AnyType<O>
          A representation of the model object 'Any Type'
 interface BagType<C,O>
          A representation of the model object 'Bag Type'
 interface CollectionType<C,O>
          A representation of the model object 'Collection Type'
 interface InvalidType<O>
          A representation of the model object 'Invalid Type'
 interface MessageType<C,O,P>
          A representation of the model object 'Message Type'
 interface OrderedSetType<C,O>
          A representation of the model object 'Ordered Set Type'
 interface PrimitiveType<O>
          A representation of the model object 'Primitive Type'
 interface SequenceType<C,O>
          A representation of the model object 'Sequence Type'
 interface SetType<C,O>
          A representation of the model object 'Set Type'
 interface TupleType<O,P>
          A representation of the model object 'Tuple Type'
 interface TypeType<C,O>
          A representation of the model object 'Type Type'
 interface VoidType<O>
          A representation of the model object 'Void Type'
 

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

Classes in org.eclipse.ocl.types.impl that implement PredefinedType
 class AnyTypeImpl<O>
          An implementation of the model object 'Any Type'
 class BagTypeImpl<C,O>
          An implementation of the model object 'Bag Type'
 class CollectionTypeImpl<C,O>
          An implementation of the model object 'Collection Type'
 class InvalidTypeImpl<O>
          An implementation of the model object 'Invalid Type'
 class MessageTypeImpl<C,O,P>
          An implementation of the model object 'Message Type'
 class OrderedSetTypeImpl<C,O>
          An implementation of the model object 'Ordered Set Type'
 class PrimitiveTypeImpl<O>
          An implementation of the model object 'Primitive Type'
 class SequenceTypeImpl<C,O>
          An implementation of the model object 'Sequence Type'
 class SetTypeImpl<C,O>
          An implementation of the model object 'Set Type'
 class TupleTypeImpl<O,P>
          An implementation of the model object 'Tuple Type'
 class TypeTypeImpl<C,O>
          An implementation of the model object 'Type Type'
 class VoidTypeImpl<O>
          An implementation of the model object 'Void Type'
 

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

Methods in org.eclipse.ocl.types.util with parameters of type PredefinedType
<O> T
TypesSwitch.casePredefinedType(PredefinedType<O> object)
          Returns the result of interpreting the object as an instance of 'Predefined Type'
 

Uses of PredefinedType in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type PredefinedType
<O> T
UMLSwitch.casePredefinedType(PredefinedType<O> object)
          Returns the result of interpreting the object as an instance of 'Predefined Type'
 

Uses of PredefinedType in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type PredefinedType
static
<C> Collection<C>
OCLStandardLibraryUtil.getAllSupertypes(Environment<?,C,?,?,?,?,?,?,?,?,?,?> env, PredefinedType<?> type)
          Queries all of the supertypes of a pre-defined type.
 

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

Methods in org.eclipse.ocl.utilities.util with parameters of type PredefinedType
<O> T1
UtilitiesSwitch.casePredefinedType(PredefinedType<O> object)
          Returns the result of interpreting the object as an instance of 'Predefined Type'
 


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