ClearWeather |
appearance as argument number 1 |
(documentation ClearWeather EnglishLanguage "ClearWeather represents a condition in which less than 30% of the sky is covered with clouds.") | Weather.kif 863-864 | |
(externalImage ClearWeather "http://articulatesoftware.com/SUMOpictures/ weather/ sun/ sun_01.png") | pictureList.kif 1701-1701 | |
(subclass ClearWeather WeatherProcess) | Weather.kif 861-861 | ClearWeather è una sottoclasse di WeatherProcess |
appearance as argument number 2 |
(termFormat ChineseLanguage ClearWeather "天气晴朗") | domainEnglishFormat.kif 15096-15096 | |
(termFormat ChineseTraditionalLanguage ClearWeather "天氣晴朗") | domainEnglishFormat.kif 15095-15095 | |
(termFormat EnglishLanguage ClearWeather "clear weather") | domainEnglishFormat.kif 15094-15094 |
antecedent |
(=> (and (instance ?AREA GeographicArea) (instance ?WEATHER ClearWeather) (eventLocated ?WEATHER ?AREA) (cloudCoverFraction ?AREA ?FRACTION)) (lessThan ?FRACTION 0.3)) |
Weather.kif 876-882 |
|
(=> (and (instance ?AREA GeographicArea) (instance ?WEATHER ClearWeather) (eventLocated ?WEATHER ?AREA)) (exists (?FRACTION) (and (cloudCoverFraction ?AREA ?FRACTION) (lessThan ?FRACTION 0.3)))) |
Weather.kif 866-874 |
|