Interface Terminal.NodeBreakerView

Enclosing interface:
Terminal

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

    Modifier and Type
    Method
    Description
    int
    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 Details

    • 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.