Interface Connectable<I extends Connectable<I>>

    • Method Detail

      • remove

        void remove​(boolean removeDanglingSwitches)
        Remove the connectable from the voltage level.
        Parameters:
        removeDanglingSwitches - if true, also remove dangling switches in addition to isolated nodes
      • remove

        default void remove()
        Remove the connectable from the voltage level and keep dangling switches.