![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| significantWaveHeight |
| appearance as argument number 1 |
|
|
| appearance as argument number 2 |
|
|
| (format EnglishLanguage significantWaveHeight "significantWaveHeight in %1 during %2 is %3.") | Weather.kif 2838-2839 | |
| (termFormat EnglishLanguage significantWaveHeight "significant wave height") | domainEnglishFormat.kif 27866-27866 | |
| (termFormat ChineseLanguage significantWaveHeight "有效波高") | domainEnglishFormat.kif 27867-27867 |
| antecedent |
|
|
| (=> (and (instance ?SZ SurfZone) (significantWaveHeight ?SZ (WhenFn ?SZ) (MeasureFn ?X FootLength)) (greaterThan ?X 8.0)) (attribute ?SZ RedFlagSwimmingCondition)) |
Weather.kif 2709-2716 | If X is an instance of surf zone, significantWaveHeight in X during the time of existence of X is Y foot length(s)., and Y is greater than 8.0, then red flag swimming condition is an attribute of X |
| consequent |
|
|
| (=> (and (instance ?WW WaterWave) (waveHeight ?WW ?WH)) (exists (?LIST ?WA ?U ?SWH) (and (inList ?WH ?LIST) (instance ?WA WaterArea) (eventLocated ?WW ?WA) (instance ?U UnitOfLength) (significantWaveHeight ?WA (WhenFn ?WW) (MeasureFn ?SWH ?U)) (equal ?SWH (MultiplicationFn 4.0 (StandardDeviationFn ?LIST)))))) |
Weather.kif 2841-2856 | If X is an instance of water wave and The waveHeight of X Y., then there exist Z, W,, , V and U such that Y is a member of Z and W is an instance of water area and X is located at W and V is an instance of unit of length and significantWaveHeight in W during the time of existence of X is U V(s). and equal U and 4.0 and The StandardDeviationFn of Z |
| (=> (instance ?HS HeavySurf) (exists (?SZ ?SWH) (and (instance ?SZ SurfZone) (eventLocated ?HS ?SZ) (significantWaveHeight ?SZ (WhenFn ?HS) (MeasureFn ?SWH FootLength)) (greaterThanOrEqualTo ?SWH 13.0)))) |
Weather.kif 2866-2875 | If X is an instance of heavy zone, then there exist Y and Z such that Y is an instance of surf zone and X is located at Y and significantWaveHeight in Y during the time of existence of X is Z foot length(s). and Z is greater than or equal to 13.0 |