public interface IEnergySource
| Modifier and Type | Method and Description |
|---|---|
double |
extractAEPower(double amt,
Actionable mode,
PowerMultiplier usePowerMultiplier)
Extract power from the network.
|
@Nonnegative
double extractAEPower(@Nonnegative
double amt,
@Nonnull
Actionable mode,
@Nonnull
PowerMultiplier usePowerMultiplier)
amt - extracted powermode - should the action be simulated or performed?