| Interface | Description |
|---|---|
| Validator<T> |
Validator that can validate some aspect of a component's model, and
indicate problems to the user.
|
| Class | Description |
|---|---|
| Problem |
Represents a problem produced by a validator.
|
| Problems |
A collection of problems, to which a Validator can add additional problems.
|
| Enum | Description |
|---|---|
| Severity |
Indicates the severity of a problem.
|