Class BusResult

  • All Implemented Interfaces:
    Extendable<BusResult>

    public class BusResult
    extends AbstractExtendable<BusResult>
    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

      • BusResult

        public BusResult​(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()