The semi-public (internal-public) package defining the API for providers of validation algorithms to the Model Services Layer (MSL).

Package Specification

This package defines the service provider API for the validation in the MSL. The main types involved are:

Validation is invoked internally by the MSL via the {@link com.ibm.xtools.emf.msl.internal.validation.ValidationUtil} class. This class is not intended to be used by clients of the MSL, nor by validator implementations. Invocation of validation should be performed through the public API facilities defined on the following classes:

@see com.ibm.xtools.emf.msl