Package-level declarations
Types
Link copied to clipboard
Specifies the vehicle auxiliary fuel consumption.
Link copied to clipboard
Specifies the amount of fuel.
Link copied to clipboard
data class FuelEnergyDensityProperty(val fuelEnergyDensity: EnergyDensity) : CombustionEngineProperty
Specifies the efficiency of the vehicle.
Link copied to clipboard
data class SpeedConsumptionProperty(@Size(min = 1, max = 25) val speedConsumption: Map<Speed, FuelConsumption>) : CombustionEngineProperty
Specifies the vehicle fuel consumption.