Class Contingency

    • Method Detail

      • getId

        public String getId()
      • hashCode

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

        public static Contingency branch​(String id)
        Creates a new contingency on the branch whose id is given
      • branch

        public static Contingency branch​(String id,
                                         String voltageLevelId)
        Creates a new contingency on the branch whose id is given, on the side of the given voltage level
      • busbarSection

        public static Contingency busbarSection​(String id)
        Creates a new contingency on the busbar section whose id is given
      • generator

        public static Contingency generator​(String id)
        Creates a new contingency on the generator whose id is given
      • hvdcLine

        public static Contingency hvdcLine​(String id)
        Creates a new contingency on the hvdc line whose id is given
      • hvdcLine

        public static Contingency hvdcLine​(String id,
                                           String voltageLevelId)
        Creates a new contingency on the hvdc line whose id is given, on the side of the given voltage level
      • line

        public static Contingency line​(String id)
        Creates a new contingency on the line whose id is given
      • line

        public static Contingency line​(String id,
                                       String voltageLevelId)
        Creates a new contingency on the line whose id is given, on the side of the given voltage level
      • shuntCompensator

        public static Contingency shuntCompensator​(String id)
        Creates a new contingency on the shunt compensator whose id is given
      • staticVarCompensator

        public static Contingency staticVarCompensator​(String id)
        Creates a new contingency on the static var compensator whose id is given
      • twoWindingsTransformer

        public static Contingency twoWindingsTransformer​(String id)
        Creates a new contingency on the two-windings transformer whose id is given
      • twoWindingsTransformer

        public static Contingency twoWindingsTransformer​(String id,
                                                         String voltageLevelId)
        Creates a new contingency on the two-windings transformer whose id is given, on the side of the given voltage level
      • danglingLine

        public static Contingency danglingLine​(String id)
        Creates a new contingency on the dangline line whose id is given
      • threeWindingsTransformer

        public static Contingency threeWindingsTransformer​(String id)
        Creates a new contingency on the three-windings transformer whose id is given
      • load

        public static Contingency load​(String loadId)
        Creates a new contingency on the load whose id is given