Package com.powsybl.iidm.network
Interface Injection<I extends Injection<I>>
-
- All Superinterfaces:
Connectable<I>
,Extendable<I>
,Identifiable<I>
- All Known Subinterfaces:
Battery
,BusbarSection
,DanglingLine
,Generator
,HvdcConverterStation<T>
,LccConverterStation
,Load
,ShuntCompensator
,StaticVarCompensator
,VscConverterStation
- All Known Implementing Classes:
BatteryAdapter
,BatteryImpl
,BusbarSectionAdapter
,DanglingLineAdapter
,GeneratorAdapter
,LccConverterStationAdapter
,LoadAdapter
,ShuntCompensatorAdapter
,StaticVarCompensatorAdapter
,VscConverterStationAdapter
public interface Injection<I extends Injection<I>> extends Connectable<I>
A equipment with one terminal.- Author:
- Geoffroy Jamgotchian
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Terminal
getTerminal()
Get the terminal.-
Methods inherited from interface com.powsybl.iidm.network.Connectable
getTerminals, remove
-
Methods inherited from interface com.powsybl.commons.extensions.Extendable
addExtension, getExtension, getExtensionByName, getExtensions, getImplementationName, newExtension, removeExtension
-
Methods inherited from interface com.powsybl.iidm.network.Identifiable
addAlias, addAlias, addAlias, addAlias, getAliases, getAliasFromType, getAliasType, getId, getName, getNameOrId, getNetwork, getOptionalName, getProperties, getProperty, getProperty, getPropertyNames, getType, hasAliases, hasProperty, hasProperty, isFictitious, removeAlias, removeProperty, setFictitious, setName, setProperty
-
-
-
-
Method Detail
-
getTerminal
Terminal getTerminal()
Get the terminal.
-
-