![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
|
|
MeasuringList
|
|
|
| appearance as argument number 1 |
|
|
| (documentation MeasuringList EnglishLanguage "MeasuringList is a sequence of Measuring Processes arranged in a List.") | Weather.kif 3003-3004 | |
| (documentation MeasuringList ChineseLanguage "MeasuringList 是一系列,在一个串列 (List)上的量度 Measuring 过程 Processe。") | Weather.kif 3005-3006 | |
| (subclass MeasuringList List) | Weather.kif 3007-3007 | Measuring list is a subclass of list |
| appearance as argument number 2 |
|
|
| appearance as argument number 3 |
|
|
| (domain locationMeasuringList 1 MeasuringList) | Weather.kif 3058-3058 | The number 1 argument of location measuring list is an instance of measuring list |
| (domain measuringResult 1 MeasuringList) | Weather.kif 3088-3088 | The number 1 argument of measuring result is an instance of measuring list |
| (domain measuringListInterval 1 MeasuringList) | Weather.kif 3123-3123 | The number 1 argument of measuring list interval is an instance of measuring list |
| (domain measuringListDuration 1 MeasuringList) | Weather.kif 3141-3141 | The number 1 argument of measuring list duration is an instance of measuring list |
| antecedent |
|
|
| (=> (and (instance ?LIST MeasuringList) (inList ?M ?LIST)) (instance ?M Measuring)) |
Weather.kif 3009-3013 | If X is an instance of measuring list and Y is a member of X, then Y is an instance of measuring |