Interface SensitivityResultWriter

All Known Implementing Classes:
SensitivityResultCsvWriter, SensitivityResultJsonWriter, SensitivityResultModelWriter

public interface SensitivityResultWriter
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Details

    • writeSensitivityValue

      void writeSensitivityValue(int factorIndex, int contingencyIndex, double value, double functionReference)
    • writeContingencyStatus

      void writeContingencyStatus(int contingencyIndex, SensitivityAnalysisResult.Status status)