Interface Terminal.NodeBreakerView

  • Enclosing interface:
    Terminal

    public static interface Terminal.NodeBreakerView
    A node/breaker view of the terminal.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getNode()
      Get the connection node of this terminal in a node/breaker topology.
      void moveConnectable​(int node, String voltageLevelId)
      Move the connectable end on the given side to the given node of the given voltage level.
    • Method Detail

      • getNode

        int getNode()
        Get the connection node of this terminal in a node/breaker topology.
      • moveConnectable

        void moveConnectable​(int node,
                             String voltageLevelId)
        Move the connectable end on the given side to the given node of the given voltage level. If the given voltage level's topology is not NODE-BREAKER, a runtime exception is thrown.