Package-level declarations
Types
Link copied to clipboard
data class AltitudeChangeEnergyProperty(val altitudeChangeEnergy: AltitudeChangeEnergy) : ElectricEngineProperty
Specifies the energy that is gained or lost by altitude changes.
Link copied to clipboard
Specifies the auxiliary consumption of the electric engine.
Link copied to clipboard
Specifies a curve that represents the variation in speed a which an EV battery charges.
Link copied to clipboard
data class ChargingConnectorsProperty(val chargingConnectors: List<ChargingConnector>) : ElectricEngineProperty
Specifies a list of all the charging connectors that can be used for charging.
Link copied to clipboard
Specifies the charging time offset which is added to the raw charging time.
Link copied to clipboard
Specifies current charge of the electric engine.
Link copied to clipboard
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.