Class CandidateComputations

java.lang.Object
com.powsybl.loadflow.validation.CandidateComputations

public final class CandidateComputations extends Object
Provides access to the list of known candidate computations.
Author:
Sylvain Leclerc <sylvain.leclerc at rte-france.com>
  • Method Details

    • getComputations

      public static List<CandidateComputation> getComputations()
      Get the list of all known candidate computations implementations.
    • getComputationsNames

      public static List<String> getComputationsNames()
      Get the list of all known candidate computations names.
    • getComputation

      public static Optional<CandidateComputation> getComputation(String name)
      Get a candidate computation by its name.