![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
Thunder(thunder)
| thunder |
| appearance as argument number 1 |
|
|
| (subclass Thunder WeatherProcess) | Weather.kif 1455-1455 | Thunder is a subclass of weather process |
| (subclass Thunder RadiatingSound) | Weather.kif 1456-1456 | Thunder is a subclass of radiating sound |
| (documentation Thunder EnglishLanguage "Any instance of RadiatingSound which is caused by an instance of Lightning.") | Weather.kif 1457-1458 | Thunder is a subclass of radiating sound |
| (externalImage Thunder "http://articulatesoftware.com/SUMOpictures/weather/ thunder.png") | pictureList.kif 779-779 | Thunder is a subclass of radiating sound |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (instance ?T Thunder) (exists (?L) (and (instance ?L Lightning) (causes ?L ?T)))) |
Weather.kif 1460-1465 | If X is an instance of thunder, then there exists Y such that Y is an instance of lightning and Y causes X |
| consequent |
|
|
| (=> (instance ?TS Thunderstorm) (holdsDuring (WhenFn ?TS) (exists (?L ?T) (and (instance ?L Lightning) (subProcess ?L ?TS) (instance ?T Thunder) (subProcess ?T ?TS))))) |
Weather.kif 1382-1391 | If X is an instance of thunderstorm, then there exist Y, Z such that Y is an instance of lightning, Y is a subprocess of X, Z is an instance of thunder, and Z is a subprocess of X holds during the time of existence of X |