Class BusResults


  • public class BusResults
    extends Object
    provide electrical information on a bus after a security analysis. it belongs to pre and post Contingency results. it is the result of the bus id specified in StateMonitor.
    Author:
    Etienne Lesot
    • Constructor Detail

      • BusResults

        public BusResults​(String voltageLevelId,
                          String busId,
                          double v,
                          double angle)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getBusId

        public String getBusId()
      • getAngle

        public double getAngle()
      • getV

        public double getV()
      • getVoltageLevelId

        public String getVoltageLevelId()