Package-level declarations

Types

Link copied to clipboard

Specifies the vehicle auxiliary fuel consumption.

Link copied to clipboard
data class CurrentFuelProperty(val currentFuel: Volume) : CombustionEngineProperty

Specifies the amount of fuel.

Link copied to clipboard

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.