Package-level declarations
Types
Link copied to clipboard
Represents CombustionVehicleConsumption.auxiliaryPower property of the CombustionEngine model.
Link copied to clipboard
Represents currentFuel property of the CombustionEngine model.
Link copied to clipboard
data class FuelEnergyDensityProperty(val fuelEnergyDensity: EnergyDensity) : CombustionEngineProperty
Represents CombustionVehicleEfficiency.fuelEnergyDensity property of the CombustionEngine model.
Link copied to clipboard
data class SpeedConsumptionProperty(@Size(min = 1, max = 25) val speedConsumption: Map<Speed, FuelConsumption>) : CombustionEngineProperty
Represents CombustionVehicleConsumption.speedConsumption property of the CombustionEngine model.