Package-level declarations

Types

Link copied to clipboard

Specifies the energy that is gained or lost by altitude changes.

Link copied to clipboard
data class AuxiliaryPowerProperty(val auxiliaryPower: Power) : ElectricEngineProperty

Specifies the auxiliary consumption of the electric engine.

Link copied to clipboard
data class BatteryCurveProperty(val batteryCurve: Map<Energy, Power>) : ElectricEngineProperty

Specifies a curve that represents the variation in speed a which an EV battery charges.

Link copied to clipboard

Specifies a list of all the charging connectors that can be used for charging.

Link copied to clipboard
data class ChargingTimeOffsetProperty(val chargingTimeOffset: Duration) : ElectricEngineProperty

Specifies the charging time offset which is added to the raw charging time.

Link copied to clipboard
data class CurrentChargeProperty(val currentCharge: Energy) : ElectricEngineProperty

Specifies current charge of the electric engine.

Link copied to clipboard
data class MaxChargeProperty(val maxCharge: Energy) : ElectricEngineProperty

Specifies capacity and current charge of the electric engine.

Link copied to clipboard
data class SpeedConsumptionProperty(@Size(min = 1, max = 25) val speedConsumption: Map<Speed, ElectricConsumption>) : ElectricEngineProperty

Specifies the consumption of the electric engine.