pistonStroke |
appearance as argument number 1 |
![]() |
(documentation pistonStroke EnglishLanguage "The maximum distance that a piston travels during normal operation of the Engine.") | Cars.kif 1924-1925 | |
(domain pistonStroke 1 Engine) | Cars.kif 1920-1920 | pistonStroke の数値 1 引数は Engine の instance では |
(domain pistonStroke 2 LengthMeasure) | Cars.kif 1921-1921 | pistonStroke の数値 2 引数は 長さ測定 の instance では |
(instance pistonStroke BinaryPredicate) | Cars.kif 1919-1919 | pistonStroke は 2進述語 の instance では |
appearance as argument number 2 |
![]() |
(format EnglishLanguage pistonStroke "the maximum distance that the pistons of engine %1 travel is %n %2") | Cars.kif 1922-1923 | |
(termFormat EnglishLanguage pistonStroke "piston stroke") | domainEnglishFormat.kif 65916-65916 |
antecedent |
![]() |
(=> (and (instance ?EC EngineCycle) (instance ?E InternalCombustionEngine) (instance ?P Piston) (instance ?U UnitOfLength) (part ?P ?E) (patient ?EC ?P) (eventLocated ?EC ?E) (pistonStroke ?E (MeasureFn ?LM ?U))) (not (exists (?T1 ?T2 ?L1 ?L2 ?D) (and (during ?T1 (WhenFn ?EC)) (during ?T2 (WhenFn ?EC)) (holdsDuring ?T1 (located ?P ?L1)) (holdsDuring ?T2 (located ?P ?L2)) (distance ?L1 ?L2 (MeasureFn ?D ?U)) (greaterThan ?D ?LM))))) |
Cars.kif 1927-1949 |
|
![]() |
![]() |