Interface ValidationFramework.Validatable

Enclosing class:
ValidationFramework

public static interface ValidationFramework.Validatable
Interface for validatable objects (systems, streams, equipment).
  • Method Details

    • 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