Class OlfBranchResult

java.lang.Object
com.powsybl.commons.extensions.AbstractExtension<com.powsybl.security.results.BranchResult>
com.powsybl.openloadflow.network.impl.OlfBranchResult
All Implemented Interfaces:
com.powsybl.commons.extensions.Extension<com.powsybl.security.results.BranchResult>

public class OlfBranchResult extends com.powsybl.commons.extensions.AbstractExtension<com.powsybl.security.results.BranchResult>
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Details

    • OlfBranchResult

      public OlfBranchResult(double r1, double continuousR1, double v1, double v2, double angle1, double angle2)
  • Method Details

    • getName

      public String getName()
    • getR1

      public double getR1()
    • getV1

      public double getV1()
    • getV2

      public double getV2()
    • getAngle1

      public double getAngle1()
    • getAngle2

      public double getAngle2()
    • getContinuousR1

      public double getContinuousR1()