Interface PiModel

    • Method Detail

      • getR

        double getR()
      • getX

        double getX()
      • getZ

        double getZ()
      • getY

        double getY()
      • getKsi

        double getKsi()
      • getG1

        double getG1()
      • getB1

        double getB1()
      • getG2

        double getG2()
      • getB2

        double getB2()
      • getR1

        double getR1()
      • getContinuousR1

        double getContinuousR1()
      • getA1

        double getA1()
      • setA1

        PiModel setA1​(double a1)
      • setR1

        PiModel setR1​(double r1)
      • roundA1ToClosestTap

        void roundA1ToClosestTap()
      • roundR1ToClosestTap

        void roundR1ToClosestTap()
      • shiftOneTapPositionToChangeA1

        boolean shiftOneTapPositionToChangeA1​(Direction direction)
      • setMinZ

        boolean setMinZ​(double minZ,
                        LoadFlowModel loadFlowModel)
      • setBranch

        void setBranch​(LfBranch branch)
      • getTapPosition

        int getTapPosition()
      • setTapPosition

        PiModel setTapPosition​(int tapPosition)
      • getTapPositionRange

        org.apache.commons.lang3.Range<Integer> getTapPositionRange()