See: Description
| Interface | Description |
|---|---|
| Adaptable |
Interface implemented by
Environments that are adaptable to
optional interfaces that can be considered as extensions to the
environment API. |
| Bag<E> |
A bag is a collection that is non-unique and unordered.
|
| ProblemAware |
A mix-in interface indicating that implementations can provide problem
diagnostics.
|
| Tuple<O,P> |
Interface of a tuple instance value.
|
| Class | Description |
|---|---|
| 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.
|
| OCLUtil |
Miscellaneous utilities for use by the OCL parser/interpreter and by clients.
|
| ProblemHandlerWrapper |
A wrapper for
ProblemHandlers, convenient for subclassing to
decorate/intercept an existing problem handler instance. |
| ProblemHandlerWrapper.Tee |
Like the UNIX tool tee, a Tee forks problem handling
in two directions, that is, to two other problem-handler instances.
|
| 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.
|
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:
bag collection definitionorg.eclipse.oclCopyright © 2015 Open eHealth Foundation. All rights reserved.