![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
FourStrokeEngine(four stroke engine)
|
| appearance as argument number 1 |
|
|
| (subclass FourStrokeEngine IntermittentCombustionEngine) | Cars.kif 49-49 | Four stroke engine is a subclass of intermittent combustion engine |
| (externalImage FourStrokeEngine "http://upload.wikimedia.org/wikipedia/commons/ d/ dc/ 4StrokeEngine_Ortho_3D_Small.gif") | Cars.kif 50-50 | Four stroke engine is a subclass of intermittent combustion engine |
| (documentation FourStrokeEngine EnglishLanguage "InternalCombustionEngines based on the four_stroke (Otto cycle) have one power stroke for every four strokes (up_down_up_down) and employ spark plug ignition. Combustion occurs rapidly, and during combustion the volume varies little (constant volume). They are used in cars, larger boats, some motorcycles, and many light aircraft. They are generally quieter, more efficient, and larger than their TwoStrokeEngine counterparts. [from Wikipedia]") | Cars.kif 52-58 | Four stroke engine is a subclass of intermittent combustion engine |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| consequent |
|
|
| (=> (instance ?F FourStrokeEngineCycle) (exists (?E) (and (instance ?E FourStrokeEngine) (eventLocated ?F ?E)))) |
Cars.kif 93-98 | If X is an instance of four stroke engine cycle, then there exists Y such that Y is an instance of four stroke engine and X is located at Y |
| (=> (instance ?RA RockerArm) (hasPurpose ?RA (exists (?P1 ?C ?P2 ?V ?O ?FSE) (and (instance ?P1 Pushing) (instance ?C Cam) (instance ?P2 Pushing) (instance ?V Valve) (instance ?O Opening) (instance ?FSE FourStrokeEngine) (part ?RA ?FSE) (part ?C ?FSE) (part ?V ?FSE) (instrument ?P1 ?C) (destination ?P1 ?RA) (instrument ?P2 ?RA) (destination ?P2 ?V) (causes ?P1 ?P2) (causes ?P2 ?O) (patient ?O ?V))))) |
Cars.kif 3713-3733 | If X is an instance of rocker arm, then All of the following hold: (1) X has the purpose there exist Y, Z,, , W,, , V,, , U (2) T such that Y is an instance of pushing (3) Z is an instance of cam (4) W is an instance of pushing (5) V is an instance of valve (6) U is an instance of opening (7) T is an instance of four stroke engine (8) X is a part of T (9) Z is a part of T (10) V is a part of T (11) Z is an instrument for Y (12) Y ends up at X (13) X is an instrument for W (14) W ends up at V (15) Y causes W (16) W causes U (17) V is a patient of U |