EFScaleAttribute
|
|
appearance as argument number 1 |
(documentation EFScaleAttribute ChineseLanguage "EFScaleAttribute 是改良藤田级数的简称。这是根据一系列龙卷风所造成的损害, 估计首灾区的3秒阵风风速来表示一个 Tornado (龙卷风)的强度。级数最低的龙卷风为 EFO,它的阵风风速估计在 65 到 85 mph 之间, 而最强级别的 Tornades 是 EF5,阵风大于 GreaterThan 200 mph。") | Weather.kif 2067-2069 | |
(documentation EFScaleAttribute EnglishLanguage "EFScaleAttribute is short for the Enhanced Fujita Scale. It is the Attribute for indicating the intensity of a Tornado according to a set of 3-second gusts wind estimates based on damage it caused. The lightest tornados(EFO) have wind gusts ranging between 65 to 85 mph,and the severest Tornades (EF5) GreaterThan 200 mph.") | Weather.kif 2062-2066 | |
(subclass EFScaleAttribute SpeedScaleAttribute) | Weather.kif 2071-2071 | EFScaleAttribute は SpeedScaleAttribute の subclass では %n |
appearance as argument number 2 |
(instance EF0 EFScaleAttribute) | Weather.kif 2132-2132 | EF0 は EFScaleAttribute の instance では %n |
(instance EF1 EFScaleAttribute) | Weather.kif 2140-2140 | EF1 は EFScaleAttribute の instance では %n |
(instance EF2 EFScaleAttribute) | Weather.kif 2148-2148 | EF2 は EFScaleAttribute の instance では %n |
(instance EF3 EFScaleAttribute) | Weather.kif 2156-2156 | EF3 は EFScaleAttribute の instance では %n |
(instance EF4 EFScaleAttribute) | Weather.kif 2164-2164 | EF4 は EFScaleAttribute の instance では %n |
(instance EF5 EFScaleAttribute) | Weather.kif 2172-2172 | EF5 は EFScaleAttribute の instance では %n |
(termFormat ChineseLanguage EFScaleAttribute "改良藤田级数") | domainEnglishFormat.kif 10349-10349 | |
(termFormat EnglishLanguage EFScaleAttribute "EF scale attribute") | domainEnglishFormat.kif 10347-10347 | |
(termFormat EnglishLanguage EFScaleAttribute "enhanced fuijita scale attribute") | domainEnglishFormat.kif 10348-10348 |
antecedent |
(=> (and (instance ?EF EFScaleAttribute) (property ?T ?EF)) (instance ?T Tornado)) |
Weather.kif 2073-2077 | |
(=> (and (instance ?T Tornado) (instance ?EF EFScaleAttribute) (eventLocated ?T ?AREA) (believes ?A (property ?T ?EF)) (speedScaleAttributeMinMax ?EF (MeasureFn ?MIN MilesPerHour) (MeasureFn ?MAX MilesPerHour))) (exists (?GUST) (and (greaterThanOrEqualTo ?GUST ?MIN) (lessThanOrEqualTo ?GUST ?MAX) (believes ?A (equal (MeasureFn ?GUST MilesPerHour) (ThreeSecondGustSpeedFn ?AREA (WhenFn ?T))))))) |
Weather.kif 2079-2097 |
|