![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
ClearWeather(clear weather)
| bad_weather, clear, cloudless, fair, inclemency, inclementness, unclouded |
| appearance as argument number 1 |
|
|
| (subclass ClearWeather WeatherProcess) | Weather.kif 1554-1554 | Clear weather is a subclass of weather process |
| (documentation ClearWeather EnglishLanguage "ClearWeather represents a condition in which less than 30% of the sky is covered with clouds.") | Weather.kif 1556-1557 | Clear weather is a subclass of weather process |
| (externalImage ClearWeather "http://articulatesoftware.com/SUMOpictures/ weather/ sun/ sun_01.png") | pictureList.kif 1700-1700 | Clear weather is a subclass of weather process |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?AREA GeographicArea) (instance ?WEATHER ClearWeather) (eventLocated ?WEATHER ?AREA)) (exists (?FRACTION) (and (cloudCoverFraction ?AREA ?FRACTION) (lessThan ?FRACTION 0.3)))) |
Weather.kif 1559-1567 | If X is an instance of geographic area, Y is an instance of clear weather, and Y is located at X, then there exists Z such that Z is a cloud cover fraction of X and Z is less than 0.3 |
| (=> (and (instance ?AREA GeographicArea) (instance ?WEATHER ClearWeather) (eventLocated ?WEATHER ?AREA) (cloudCoverFraction ?AREA ?FRACTION)) (lessThan ?FRACTION 0.3)) |
Weather.kif 1569-1575 | If X is an instance of geographic area, Y is an instance of clear weather, Y is located at X, and Z is a cloud cover fraction of X, then Z is less than 0.3 |