Class Report

java.lang.Object
com.powsybl.commons.reporter.Report

public class Report extends Object
A class representing a functional log, consisting of a key identifying the report, a map of TypedValue indexed by their keys, and a default report message string, which may contain references to those values or to the values of corresponding Reporter.
Author:
Florian Dupuy <florian.dupuy at rte-france.com>
  • Field Details

  • Constructor Details

    • Report

      public Report(String reportKey, String defaultMessage, Map<String,TypedValue> values)
      Constructor
      Parameters:
      reportKey - a key identifying the current report
      defaultMessage - the default report message, which may contain references to the provided values or to the values of corresponding Reporter.
      values - a map of TypedValue indexed by their key, which may be referred to within the defaultMessage provided
  • Method Details