Class CreateVoltageLevelTopologyBuilder


  • public class CreateVoltageLevelTopologyBuilder
    extends Object
    Author:
    Miora Vedelago
    • Constructor Detail

      • CreateVoltageLevelTopologyBuilder

        public CreateVoltageLevelTopologyBuilder()
    • Method Detail

      • withVoltageLevelId

        public CreateVoltageLevelTopologyBuilder withVoltageLevelId​(String voltageLevelId)
        Set the voltage level ID in which the symmetrical topology will be created. If the voltage level does not exist, an exception is thrown or the modification is ignored.
        Parameters:
        voltageLevelId -
      • withLowBusbarIndex

        public CreateVoltageLevelTopologyBuilder withLowBusbarIndex​(int lowBusbarIndex)
        Set the lowest index of busbar index that will be created (1 by default).
        Parameters:
        lowBusbarIndex -
      • withBusbarCount

        public CreateVoltageLevelTopologyBuilder withBusbarCount​(int busbarCount)
        Set the number of busbar which will be created.
        Parameters:
        busbarCount -
      • withLowSectionIndex

        public CreateVoltageLevelTopologyBuilder withLowSectionIndex​(int lowSectionIndex)
        Set the lowest index of section index that will be created (1 by default).
        Parameters:
        lowSectionIndex -
      • withSectionCount

        public CreateVoltageLevelTopologyBuilder withSectionCount​(int sectionCount)
        Set the number of sections for each created busbar.
        Parameters:
        sectionCount -
      • withBusbarSectionPrefixId

        public CreateVoltageLevelTopologyBuilder withBusbarSectionPrefixId​(String busbarSectionPrefixId)
        Set the prefix ID for the created busbar sections. By default, it is equals to the voltage level ID.
        Parameters:
        busbarSectionPrefixId -
      • withSwitchPrefixId

        public CreateVoltageLevelTopologyBuilder withSwitchPrefixId​(String switchPrefixId)
        Set the prefix ID for the created switches. By default, it is equals to the voltage level ID.
        Parameters:
        switchPrefixId -