engineIdleSpeed |
appearance as argument number 1 |
(documentation engineIdleSpeed EnglishLanguage "The rotation rate of the Crankshaft that exists when the Engine is running but the GasPedal is not depressed. Note that under certain conditions of load on the engine and gear ratio, the same speed is possible even when the gas pedal is depressed.") | Cars.kif 2544-2548 | |
(domain engineIdleSpeed 1 InternalCombustionEngine) | Cars.kif 2541-2541 | |
(domain engineIdleSpeed 2 FunctionQuantity) | Cars.kif 2542-2542 | |
(instance engineIdleSpeed BinaryPredicate) | Cars.kif 2540-2540 |
appearance as argument number 2 |
(format EnglishLanguage engineIdleSpeed "the idle speed of %1 is %n %2") | Cars.kif 2543-2543 | |
(termFormat EnglishLanguage engineIdleSpeed "engine idle speed") | domainEnglishFormat.kif 65855-65855 |
antecedent |
(=> (and (engineIdleSpeed ?E (RotationFn (MeasureFn ?N1 MilesPerHour) ?M)) (instance ?A Automobile) (instance ?P GasPedal) (instance ?P Pushing) (destination ?P ?GP) (part ?E ?A) (part ?GP ?A) (instance ?C Crankshaft) (part ?C ?E) (holdsDuring (WhenFn ?P) (measure ?C (RotationFn (MeasureFn ?N2 MilesPerHour) ?M)))) (modalAttribute (greaterThan ?N2 ?N1) Likely)) |
Cars.kif 2568-2586 | |
(=> (and (holdsDuring ?T (measure ?C ?S)) (engineIdleSpeed ?E ?S) (instance ?A Automobile) (part ?E ?A) (part ?C ?E)) (modalAttribute (not (exists (?P ?GP) (and (during ?P ?T) (instance ?P Pushing) (destination ?P ?GP) (part ?GP ?A)))) Likely)) |
Cars.kif 2550-2566 |