surfaceWindDirection |
appearance as argument number 1 |
![]() |
(documentation surfaceWindDirection EnglishLanguage "(surfaceWindDirection ?PLACE ?DIRECTION) means that at ?PLACE the wind is coming from the compass point ?DIRECTION. For example, (surfaceWindDirection SanFranciscoBay Northwest) means that the wind in San Francisco Bay is coming from the Northwest. The wind is within 500 feet of Earth's surface.") | Weather.kif 171-176 | |
(domain surfaceWindDirection 1 Object) | Weather.kif 168-168 | Le nombre 1 argument de surfaceWindDirection est une instance de objet |
(domain surfaceWindDirection 2 DirectionalAttribute) | Weather.kif 169-169 | Le nombre 2 argument de surfaceWindDirection est une instance de attribut directionnel |
(instance surfaceWindDirection BinaryPredicate) | Weather.kif 167-167 | surfaceWindDirection est une instance de pr�dicat binaire |
appearance as argument number 2 |
![]() |
(format ChineseLanguage surfaceWindDirection "%2 %n 是 %1 的 surface 风向") | domainEnglishFormat.kif 2419-2419 | |
(format ChineseTraditionalLanguage surfaceWindDirection "%2 %n 是 %1 的 surface 風向") | domainEnglishFormat.kif 2418-2418 | |
(format EnglishLanguage surfaceWindDirection "%2 is %n a surface wind direction of %1") | domainEnglishFormat.kif 2417-2417 | |
(termFormat ChineseLanguage surfaceWindDirection "地面风向") | domainEnglishFormat.kif 56329-56329 | |
(termFormat ChineseTraditionalLanguage surfaceWindDirection "地面風向") | domainEnglishFormat.kif 56328-56328 | |
(termFormat EnglishLanguage surfaceWindDirection "surface wind direction") | domainEnglishFormat.kif 56327-56327 |
antecedent |
![]() |
(=> (surfaceWindDirection ?PLACE ?DIR) (exists (?WIND ?FROM) (and (instance ?WIND Wind) (instance ?FROM Region) (eventPartlyLocated ?WIND ?PLACE) (origin ?WIND ?FROM) (orientation ?FROM ?PLACE ?DIR)))) |
Weather.kif 178-186 |
|
consequent |
![]() |
(=> (and (instance ?ZEPHYR WindFlow) (measure ?ZEPHYR (VelocityFn ?DIST ?TIME ?PLACE ?DIR-TOWARD)) (oppositeDirection ?DIR-TOWARD ?DIR-FROM)) (surfaceWindDirection ?PLACE ?DIR-FROM)) |
Weather.kif 194-199 |
|
(=> (and (surfaceWindVelocity ?PLACE ?SPEED ?DIR-TOWARD) (oppositeDirection ?DIR-TOWARD ?DIR-FROM)) (surfaceWindDirection ?PLACE ?DIR-FROM)) |
Weather.kif 188-192 |
|
![]() |
![]() |