Package-level declarations
Types
Link copied to clipboard
data class AltitudeChangeEnergyProperty(val altitudeChangeEnergy: AltitudeChangeEnergy) : ElectricEngineProperty
Represents ElectricVehicleEfficiency.altitudeChangeEnergy property of the ElectricEngine model.
Link copied to clipboard
Represents ElectricVehicleConsumption.auxiliaryPower property of the ElectricEngine model.
Link copied to clipboard
Represents ChargingParameters.batteryCurve property of the ElectricEngine model.
Link copied to clipboard
data class ChargingConnectorsProperty(val chargingConnectors: List<ChargingConnector>) : ElectricEngineProperty
Represents ChargingParameters.chargingConnectors property of the ElectricEngine model.
Link copied to clipboard
Represents ChargingParameters.chargingTimeOffset property of the ElectricEngine model.
Link copied to clipboard
Represents ChargeLevel.currentCharge property of the ElectricEngine model.
Link copied to clipboard
Represents ChargeLevel.maxCharge property of the ElectricEngine model.
Link copied to clipboard
data class SpeedConsumptionProperty(@Size(min = 1, max = 25) val speedConsumption: Map<Speed, ElectricConsumption>) : ElectricEngineProperty
Represents ElectricVehicleConsumption.speedConsumption property of the ElectricEngine model.