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

Packages that use PredefinedType
org.eclipse.ocl.ecore.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
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.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.impl
 

Classes in org.eclipse.ocl.ecore.impl that implement PredefinedType
 class AnyTypeImpl
          An implementation of the model object 'Any Type'.
 class BagTypeImpl
          An implementation of the model object 'Bag Type'.
 class CollectionTypeImpl
          An implementation of the model object 'Collection Type'.
 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 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.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.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> java.util.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'.