Index: Ringtoets/Revetment/src/Ringtoets.Revetment.Service/IWaveConditionsCalculationService.cs =================================================================== diff -u -rfb6c8cb473282ccd9b920afddb33a2284c7274cd -r6b330f8e7c1df6bc70f6de1e4251f69cd6865a81 --- Ringtoets/Revetment/src/Ringtoets.Revetment.Service/IWaveConditionsCalculationService.cs (.../IWaveConditionsCalculationService.cs) (revision fb6c8cb473282ccd9b920afddb33a2284c7274cd) +++ Ringtoets/Revetment/src/Ringtoets.Revetment.Service/IWaveConditionsCalculationService.cs (.../IWaveConditionsCalculationService.cs) (revision 6b330f8e7c1df6bc70f6de1e4251f69cd6865a81) @@ -30,6 +30,15 @@ public interface IWaveConditionsCalculationService { /// + /// Performs validation over the values on the given calculation. + /// Error and status information is logged during the execution of the operation. + /// + /// The name of the calculation to perform. + /// False if given parameters result in validation errors; + /// True otherwise. + bool Validate(string name); + + /// /// Performs a wave conditions cosine calculation based on the supplied /// and returns the if the calculation was succesful. /// Error and status information is logged during the execution of the operation.