Package-level declarations

Types

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

Represents currentFuel property of the CombustionEngine model.

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