Uses of Interface
com.powsybl.iidm.network.Injection
Package
Description
-
Uses of Injection in com.powsybl.iidm.modification.scalable
Modifier and TypeMethodDescriptionScalable.filterInjections
(Network network) Scans all the expected injections of the scalable.Scalable.filterInjections
(Network network, List<String> notFound) Scans all the expected injections of the scalable.Modifier and TypeMethodDescriptionstatic com.powsybl.iidm.modification.scalable.StackScalable
static com.powsybl.iidm.modification.scalable.StackScalable
Modifier and TypeMethodDescriptionvoid
DanglingLineScalable.filterInjections
(Network n, List<Injection> injections, List<String> notFoundInjections) void
Scans all the expected injections of the scalable.static ProportionalScalable
Scalable.proportional
(List<? extends Injection> injections, ProportionalScalable.DistributionMode distributionMode) static ProportionalScalable
Scalable.proportional
(List<? extends Injection> injections, ProportionalScalable.DistributionMode distributionMode, double minValue, double maxValue) static com.powsybl.iidm.modification.scalable.StackScalable
static com.powsybl.iidm.modification.scalable.StackScalable
ModifierConstructorDescriptionProportionalScalable
(List<? extends Injection> injections, ProportionalScalable.DistributionMode distributionMode) ProportionalScalable
(List<? extends Injection> injections, ProportionalScalable.DistributionMode distributionMode, double minValue, double maxValue) -
Uses of Injection in com.powsybl.iidm.modification.tripping
Modifier and TypeMethodDescriptionprotected abstract Injection<?>
AbstractInjectionTripping.getInjection
(Network network) -
Uses of Injection in com.powsybl.iidm.network
Modifier and TypeInterfaceDescriptioninterface
A equipment with one terminal.interface
InjectionAdder<T extends Injection<? super T>,
A extends InjectionAdder> Modifier and TypeInterfaceDescriptioninterface
A battery system.interface
A busbar section, a non impedant element used in a node/breaker substation topology to connect equipments.interface
A dangling line to model boundaries (X nodes).interface
A power generator.interface
interface
HvdcConverterStation<T extends HvdcConverterStation<T>>
HVDC converter station.interface
LCC converter station.interface
A constant power load (fixed p0 and q0).interface
A shunt compensator.interface
Static VAR compensator model.interface
VSC converter station. -
Uses of Injection in com.powsybl.iidm.network.extensions
Modifier and TypeInterfaceDescriptioninterface
ActivePowerControl<I extends Injection<I>>
interface
ActivePowerControlAdder<I extends Injection<I>>
interface
InjectionObservability<I extends Injection<I>>
interface
InjectionObservabilityAdder<I extends Injection<I>>
-
Uses of Injection in com.powsybl.iidm.network.impl
-
Uses of Injection in com.powsybl.iidm.network.impl.extensions
Modifier and TypeClassDescriptionclass
ActivePowerControlAdderImpl<I extends Injection<I>>
class
ActivePowerControlAdderImplProvider<I extends Injection<I>>
class
ActivePowerControlImpl<T extends Injection<T>>
class
InjectionObservabilityAdderImpl<I extends Injection<I>>
class
InjectionObservabilityAdderImplProvider<I extends Injection<I>>
class
InjectionObservabilityImpl<T extends Injection<T>>
-
Uses of Injection in com.powsybl.iidm.reducer
Modifier and TypeMethodDescriptionvoid
DefaultNetworkReducerObserver.hvdcLineReplaced
(HvdcLine hvdcLine, Injection injection) void
NetworkReducerObserver.hvdcLineReplaced
(HvdcLine hvdcLine, Injection injection) void
DefaultNetworkReducerObserver.lineReplaced
(Line line, Injection injection) void
NetworkReducerObserver.lineReplaced
(Line line, Injection injection) void
DefaultNetworkReducerObserver.transformerReplaced
(ThreeWindingsTransformer transformer, Injection injection) void
DefaultNetworkReducerObserver.transformerReplaced
(TwoWindingsTransformer transformer, Injection injection) void
NetworkReducerObserver.transformerReplaced
(ThreeWindingsTransformer transformer, Injection injection) void
NetworkReducerObserver.transformerReplaced
(TwoWindingsTransformer transformer, Injection injection) -
Uses of Injection in com.powsybl.iidm.serde.extensions
Modifier and TypeClassDescriptionclass
ActivePowerControlSerDe<T extends Injection<T>>
class
InjectionObservabilitySerDe<T extends Injection<T>>