![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
OvercastWeather(overcast weather)
| cloud-covered, cloud_cover, clouded, cloudiness, cloudy, overcast, sunless |
| appearance as argument number 1 |
|
|
| (subclass OvercastWeather WeatherProcess) | Weather.kif 1604-1604 | Overcast weather is a subclass of weather process |
| (documentation OvercastWeather EnglishLanguage "OvercastWeather represents a condition in which more than 70% of the sky is covered with clouds.") | Weather.kif 1606-1608 | Overcast weather is a subclass of weather process |
| (externalImage OvercastWeather "http://articulatesoftware.com/SUMOpictures/ weather/ clouds/ cloudy_mostly.png") | pictureList.kif 1884-1884 | Overcast weather is a subclass of weather process |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?AREA GeographicArea) (instance ?WEATHER OvercastWeather) (eventLocated ?WEATHER ?AREA)) (exists (?FRACTION) (and (cloudCoverFraction ?AREA ?FRACTION) (greaterThan ?FRACTION 0.7)))) |
Weather.kif 1610-1618 | If X is an instance of geographic area, Y is an instance of overcast weather, and Y is located at X, then there exists Z such that Z is a cloud cover fraction of X and Z is greater than 0.7 |
| (=> (and (instance ?AREA GeographicArea) (instance ?WEATHER OvercastWeather) (eventLocated ?WEATHER ?AREA) (cloudCoverFraction ?AREA ?FRACTION)) (greaterThan ?FRACTION 0.7)) |
Weather.kif 1620-1626 | If X is an instance of geographic area, Y is an instance of overcast weather, Y is located at X, and Z is a cloud cover fraction of X, then Z is greater than 0.7 |