Package com.powsybl.iidm.network
Interface InjectionAdder<T extends InjectionAdder>
-
- All Superinterfaces:
IdentifiableAdder<T>
- All Known Subinterfaces:
BatteryAdder
,DanglingLineAdder
,GeneratorAdder
,HvdcConverterStationAdder<T>
,LccConverterStationAdder
,LoadAdder
,ShuntCompensatorAdder
,StaticVarCompensatorAdder
,VscConverterStationAdder
- All Known Implementing Classes:
BatteryAdderAdapter
,BatteryAdderImpl
,DanglingLineAdderAdapter
,GeneratorAdderAdapter
,LccConverterStationAdderAdapter
,LoadAdderAdapter
,ShuntCompensatorAdderAdapter
,StaticVarCompensatorAdderAdapter
,VscConverterStationAdderAdapter
public interface InjectionAdder<T extends InjectionAdder> extends IdentifiableAdder<T>
- Author:
- Geoffroy Jamgotchian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
setBus(String bus)
T
setConnectableBus(String connectableBus)
T
setNode(int node)
-
Methods inherited from interface com.powsybl.iidm.network.IdentifiableAdder
setEnsureIdUnicity, setFictitious, setId, setName
-
-