Interface BusbarSectionPosition

  • All Superinterfaces:
    Extension<BusbarSection>
    All Known Implementing Classes:
    BusbarSectionPositionImpl

    public interface BusbarSectionPosition
    extends Extension<BusbarSection>
    Position information about the BusbarSection

    Note that a busbar is a set of BusbarSections. Hence, the BusbarSections of a same busbar should have the same busbar index. The busbar indices induce an order of busbars within the voltage level, which usually reflects the busbars physical relative positions.

    Similarly, the section indices induce an order of BusbarSections of a same busbar, which usually reflects their physical relative position.

    Author:
    Jon Harper
    • Method Detail

      • getBusbarIndex

        int getBusbarIndex()
        Return the index of the corresponding busbar among the busbars of the voltage level
      • getSectionIndex

        int getSectionIndex()
        Return the index of the busbar section within the corresponding busbar