public final class NoninclusiveTermsValidator extends AbstractValidator
Validates that all shape names and values do not contain non-inclusive terms.
Modifier and Type | Class and Description |
---|---|
static class |
NoninclusiveTermsValidator.Config
NoninclusiveTermsValidator configuration.
|
static class |
NoninclusiveTermsValidator.Provider |
MODEL_ERROR
Modifier and Type | Method and Description |
---|---|
java.util.List<ValidationEvent> |
validate(Model model)
Runs a full text scan on a given model and stores the resulting TextOccurrences objects.
|
createEvent, createEvent, danger, danger, error, error, getName, note, note, warning, warning
public java.util.List<ValidationEvent> validate(Model model)
model
- Model to validate.