OvercastWeather |
appearance as argument number 1 |
(documentation OvercastWeather EnglishLanguage "OvercastWeather represents a condition in which more than 70% of the sky is covered with clouds.") | Weather.kif 913-915 | |
(externalImage OvercastWeather "http://articulatesoftware.com/SUMOpictures/ weather/ clouds/ cloudy_mostly.png") | pictureList.kif 1885-1885 | |
(subclass OvercastWeather WeatherProcess) | Weather.kif 911-911 | OvercastWeather è una sottoclasse di WeatherProcess |
appearance as argument number 2 |
(termFormat ChineseLanguage OvercastWeather "阴云密布的天气") | domainEnglishFormat.kif 43742-43742 | |
(termFormat ChineseTraditionalLanguage OvercastWeather "陰雲密布的天氣") | domainEnglishFormat.kif 43741-43741 | |
(termFormat EnglishLanguage OvercastWeather "overcast weather") | domainEnglishFormat.kif 43740-43740 |
antecedent |
(=> (and (instance ?AREA GeographicArea) (instance ?WEATHER OvercastWeather) (eventLocated ?WEATHER ?AREA) (cloudCoverFraction ?AREA ?FRACTION)) (greaterThan ?FRACTION 0.7)) |
Weather.kif 927-933 |
|
(=> (and (instance ?AREA GeographicArea) (instance ?WEATHER OvercastWeather) (eventLocated ?WEATHER ?AREA)) (exists (?FRACTION) (and (cloudCoverFraction ?AREA ?FRACTION) (greaterThan ?FRACTION 0.7)))) |
Weather.kif 917-925 |
|