Package-level declarations
Types
Link copied to clipboard
                  data class AltitudeChangeEfficiencyProperty(val altitudeChangeEfficiency: AltitudeChangeEfficiency) : ElectricEngineProperty, CombustionEngineProperty
Represents AltitudeChangeEfficiency property of the Vehicle model.
Link copied to clipboard
                  interface CombustionEngineProperty
Trait interface for combustion engine properties.
Link copied to clipboard
                  interface ElectricEngineProperty
Trait interface for combustion engine properties.
Link copied to clipboard
                  data class VelocityChangeEfficiencyProperty(val velocityChangeEfficiency: VelocityChangeEfficiency) : ElectricEngineProperty, CombustionEngineProperty
Represents VelocityChangeEfficiency property of the Vehicle model.