Package org.eclipse.emf.ocl.types

Abstract API for OCL types.

See:
          Description

Interface Summary
AnyType  
BagType  
CollectionType  
ElementType  
InvalidType A representation of the model object 'Invalid Type'
MessageType  
OrderedSetType  
PrimitiveBoolean  
PrimitiveInteger  
PrimitiveReal  
PrimitiveString  
PrimitiveType  
SequenceType  
SetType  
TupleType  
TypesFactory The Factory for the model.
TypesPackage The Package for the model.
TypesPackage.Literals Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
TypeType A representation of the model object 'Type Type'
VoidType  
 

Package org.eclipse.emf.ocl.types Description

Abstract API for OCL types.

Package Specification

This package defines the abstract API for the representation of OCL types. These types extend the Ecore type model of EClassifiers for OCL. Of particular interest are the following types:

These type interfaces are most commonly used to indicate the types of OCL expressions.

See Also:
OCLExpression, org.eclipse.emf.ocl.expressions

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