ConsecutiveTimeIntervalList |
appearance as argument number 1 |
![]() |
(documentation ConsecutiveTimeIntervalList ChineseLanguage "ConsecutiveTimeIntervalList 是 List (表列) 一系列连续的TimeIntervals(时间间隔) 。") | Weather.kif 1907-1908 | |
(documentation ConsecutiveTimeIntervalList EnglishLanguage "ConsecutiveTimeIntervalList is a sequence of continuous TimeIntervals in a List.") | Weather.kif 1905-1906 | |
(subclass ConsecutiveTimeIntervalList List) | Weather.kif 1909-1909 |
appearance as argument number 2 |
![]() |
(range TimeIntervalListFn ConsecutiveTimeIntervalList) | Weather.kif 1940-1940 | |
(termFormat ChineseLanguage ConsecutiveTimeIntervalList "连续时间间隔表列") | domainEnglishFormat.kif 10401-10401 | |
(termFormat EnglishLanguage ConsecutiveTimeIntervalList "consecutive time interval list") | domainEnglishFormat.kif 10400-10400 |
antecedent |
![]() |
(=> (and (instance ?LIST ConsecutiveTimeIntervalList) (equal ?T1 (ListOrderFn ?LIST ?N)) (equal ?T2 (ListOrderFn ?LIST (AdditionFn ?N 1)))) (equal (BeginFn ?T2) (EndFn ?T1))) |
Weather.kif 1917-1926 | |
(=> (and (instance ?LIST ConsecutiveTimeIntervalList) (inList ?TIME ?LIST)) (instance ?Time TimeInterval)) |
Weather.kif 1911-1915 | |
(=> (instance ?LIST ConsecutiveTimeIntervalList) (equal ?LIST (TimeIntervalListFn ?TIME ?DUR))) |
Weather.kif 1943-1946 |
![]() |
![]() |