Class ReorientedBranchCharacteristics


  • public class ReorientedBranchCharacteristics
    extends Object
    Utility class to reorient branch parameters
    Author:
    Luma Zamarreño , José Antonio Marqués
    • Constructor Detail

      • ReorientedBranchCharacteristics

        public ReorientedBranchCharacteristics​(double r,
                                               double x,
                                               double g1,
                                               double b1,
                                               double g2,
                                               double b2)
      • ReorientedBranchCharacteristics

        public ReorientedBranchCharacteristics​(double r,
                                               double x,
                                               double g1,
                                               double b1,
                                               double g2,
                                               double b2,
                                               boolean reorient)
    • Method Detail

      • getR

        public double getR()
      • getX

        public double getX()
      • getG1

        public double getG1()
      • getB1

        public double getB1()
      • getG2

        public double getG2()
      • getB2

        public double getB2()