public class VEventValidator extends ComponentValidator<VEvent>
| Constructor and Description |
|---|
VEventValidator(boolean alarmsAllowed,
ValidationRule... rules) |
VEventValidator(ValidationRule... rules) |
| Modifier and Type | Method and Description |
|---|---|
void |
validate(VEvent target)
Validates the associated model against an applicable standard.
|
assertNone, assertOneOrLessclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitassertFalsepublic VEventValidator(ValidationRule... rules)
public VEventValidator(boolean alarmsAllowed,
ValidationRule... rules)
public void validate(VEvent target) throws ValidationException
Validatorvalidate in interface Validator<VEvent>validate in class ComponentValidator<VEvent>ValidationException - where the model does not confirm to the applicable standard