![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
PartlyCloudyWeather(partly cloudy weather)
|
| appearance as argument number 1 |
|
|
| (subclass PartlyCloudyWeather WeatherProcess) | Weather.kif 1577-1577 | Partly cloudy weather is a subclass of weather process |
| (documentation PartlyCloudyWeather EnglishLanguage "PartlyCloudyWeather represents a condition in which between 30% and 70% of the sky is covered with clouds.") | Weather.kif 1579-1581 | Partly cloudy weather is a subclass of weather process |
| (externalImage PartlyCloudyWeather "http://articulatesoftware.com/SUMOpictures/ weather/ clouds/ cloudy_partly.png") | pictureList.kif 1892-1892 | Partly cloudy weather is a subclass of weather process |
| (externalImage PartlyCloudyWeather "http://articulatesoftware.com/SUMOpictures/ weather/ clouds/ partly_Cloudy.png") | pictureList.kif 2283-2283 | Partly cloudy weather is a subclass of weather process |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (instance ?AREA GeographicArea) (instance ?WEATHER PartlyCloudyWeather) (eventLocated ?WEATHER ?AREA)) (exists (?FRACTION) (and (cloudCoverFraction ?AREA ?FRACTION) (greaterThanOrEqualTo ?FRACTION 0.3) (lessThanOrEqualTo ?FRACTION 0.7)))) |
Weather.kif 1583-1592 | If X is an instance of geographic area, Y is an instance of partly cloudy weather, and Y is located at X, then there exists Z such that Z is a cloud cover fraction of X, Z is greater than, equal to 0.3, and Z is less than, or equal to 0.7 |
| (=> (and (instance ?AREA GeographicArea) (instance ?WEATHER PartlyCloudyWeather) (eventLocated ?WEATHER ?AREA) (cloudCoverFraction ?AREA ?FRACTION)) (and (greaterThanOrEqualTo ?FRACTION 0.3) (lessThanOrEqualTo ?FRACTION 0.7))) |
Weather.kif 1594-1602 | If X is an instance of geographic area, Y is an instance of partly cloudy weather, Y is located at X, and Z is a cloud cover fraction of X, then Z is greater than or equal to 0.3 and Z is less than or equal to 0.7 |