Interface ValidationFramework.Validatable
- Enclosing class:
ValidationFramework
public static interface ValidationFramework.Validatable
Interface for validatable objects (systems, streams, equipment).
-
Method Summary
Modifier and TypeMethodDescriptionGet a human-readable name for this object (used in error messages).validate()Validate this object's state and configuration.
-
Method Details
-
validate
ValidationFramework.ValidationResult validate()Validate this object's state and configuration.- Returns:
- ValidationResult with errors, warnings, and readiness status
-
getValidationName
String getValidationName()Get a human-readable name for this object (used in error messages).- Returns:
- the validation name
-