Interface BaseVoltageMappingAdder

All Superinterfaces:
ExtensionAdder<Network,BaseVoltageMapping>

public interface BaseVoltageMappingAdder extends ExtensionAdder<Network,BaseVoltageMapping>
Author:
Miora Vedelago <miora.ralambotiana at rte-france.com>
  • Method Details

    • addBaseVoltage

      BaseVoltageMappingAdder addBaseVoltage(String baseVoltage, double nominalVoltage, Source source)
    • getExtensionClass

      default Class<BaseVoltageMapping> getExtensionClass()
      Description copied from interface: ExtensionAdder
      Returns the class of the extension. This is expected to be an interface so that multiple implementors can implement the same extensions. This will be the key at which the extension is added on the extendable. This is meant to be implemented by adder interfaces but not by adder implementations.
      Specified by:
      getExtensionClass in interface ExtensionAdder<Network,BaseVoltageMapping>
      Returns:
      the interface of the extension