Package org.eclipse.ocl.util

Miscellaneous utilities in support of the OCL parser and environment implementations.

See:
          Description

Interface Summary
Bag<E> A bag is a collection that is non-unique and unordered.
Tuple<O,P> Interface of a tuple instance value.
 

Class Summary
CollectionUtil Utility methods for working with OCL collection values.
ObjectUtil Certain generic utility operations on objects.
OCLStandardLibraryUtil Convenience utilities for working with the types defined by the OCL Standard Library.
ToStringVisitor<C,O,P,EL,PM,S,COA,SSA,CT> Converts an OCL expression to a string for debugging.
TypeUtil Static utilities for introspecting OCL types.
UnicodeSupport A proxy interface to isolate dependencies on the ICU4J library for internationalization/UNICODE support.
 

Package org.eclipse.ocl.util Description

Miscellaneous utilities in support of the OCL parser and environment implementations.

Package Specification

This package defines a number of utilities that support the implementation of the OCL parser and of metamodel bindings (i.e., Environment implementations). These utilities include:

See Also:
org.eclipse.ocl

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