Class EurostagTutorialExample1Factory

java.lang.Object
com.powsybl.iidm.network.test.EurostagTutorialExample1Factory

public final class EurostagTutorialExample1Factory extends Object
This is a network test based on Eurostag tutorial example 1.
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Field Details

  • Method Details

    • create

      public static Network create()
    • create

      public static Network create(NetworkFactory networkFactory)
    • createWithTieLine

      public static Network createWithTieLine()
    • createWithTieLines

      public static Network createWithTieLines(NetworkFactory networkFactory)
    • createWithLFResults

      public static Network createWithLFResults()
    • createWithLFResults

      public static Network createWithLFResults(NetworkFactory factory)
    • createWithMoreGenerators

      public static Network createWithMoreGenerators()
    • createWithMoreGenerators

      public static Network createWithMoreGenerators(NetworkFactory networkFactory)
    • createWithCurrentLimits

      @Deprecated(since="2.5.0") public static Network createWithCurrentLimits()
      Deprecated.
      Use createWithFixedCurrentLimits() instead, here current limits do not respect the convention of having an infinite value temporary limit, which make overload detection malfunction.
    • createWithFixedCurrentLimits

      public static Network createWithFixedCurrentLimits()
    • createWithFixedCurrentLimits

      public static Network createWithFixedCurrentLimits(NetworkFactory networkFactory)
    • createWithFixedLimits

      public static Network createWithFixedLimits()
    • createWithFixedLimits

      public static Network createWithFixedLimits(NetworkFactory networkFactory)
    • createWithFixedCurrentLimitsOnDanglingLines

      public static Network createWithFixedCurrentLimitsOnDanglingLines()
    • createWithFixedCurrentLimitsOnDanglingLines

      public static Network createWithFixedCurrentLimitsOnDanglingLines(NetworkFactory networkFactory)
    • createWithFixedLimitsOnDanglingLines

      public static Network createWithFixedLimitsOnDanglingLines()
    • createWithFixedLimitsOnDanglingLines

      public static Network createWithFixedLimitsOnDanglingLines(NetworkFactory networkFactory)
    • createWithMultipleConnectedComponents

      public static Network createWithMultipleConnectedComponents()
    • createWithMultipleConnectedComponents

      public static Network createWithMultipleConnectedComponents(NetworkFactory networkFactory)
    • createWithTerminalMockExt

      public static Network createWithTerminalMockExt()
    • createWithTerminalMockExt

      public static Network createWithTerminalMockExt(NetworkFactory networkFactory)
    • createWithVoltageAngleLimit

      public static Network createWithVoltageAngleLimit()