Interface LoadFlowResult

  • All Known Implementing Classes:
    LoadFlowResultImpl

    public interface LoadFlowResult
    Loadflow result API.
    Author:
    Geoffroy Jamgotchian
    • Method Detail

      • isOk

        boolean isOk()
        Get the global status. It is expected to be ok if at least one component has converged.
        Returns:
        the global status
      • getMetrics

        Map<String,​String> getMetrics()
        Get metrics. Metrics are generic key/value pairs and are specific to a loadflow implementation.
        Returns:
        the metrics
      • getLogs

        String getLogs()
        Get logs.
        Returns:
        logs