ListOrderFn |
appearance as argument number 1 |
![]() |
(documentation ListOrderFn ChineseLanguage "(ListOrderFn ?LIST ?NUMBER) 表示在 ?LIST List 第?NUMBER个位置的项目。例如: (ListOrderFn (ListFn Monday Tuesday Wednesday) 2) 交出的值会是 Tuesday。") | chinese_format.kif 1964-1966 | |
(documentation ListOrderFn EnglishLanguage "(ListOrderFn ?LIST ?NUMBER) denotes the item that is in the ?NUMBER position in the List ?LIST. For example, (ListOrderFn (ListFn Monday Tuesday Wednesday) 2) would return the value Tuesday.") | Merge.kif 2909-2912 | |
(domain ListOrderFn 1 List) | Merge.kif 2905-2905 | The number 1 argument of list order is an instance of list |
(domain ListOrderFn 2 PositiveInteger) | Merge.kif 2906-2906 | The number 2 argument of list order is an instance of positive integer |
(instance ListOrderFn BinaryFunction) | Merge.kif 2903-2903 | List order is an instance of binary function |
(instance ListOrderFn PartialValuedRelation) | Merge.kif 2904-2904 | List order is an instance of partial valued relation |
(range ListOrderFn Entity) | Merge.kif 2907-2907 | The range of list order is an instance of entity |
appearance as argument number 2 |
![]() |
(format ChineseLanguage ListOrderFn "%1 的第 %2 几个元素") | chinese_format.kif 263-263 | |
(format EnglishLanguage ListOrderFn "%2th element of %1") | english_format.kif 268-268 | |
(termFormat ChineseLanguage ListOrderFn "找出表列顺序的函数") | chinese_format.kif 264-264 | |
(termFormat ChineseLanguage ListOrderFn "清单顺序") | domainEnglishFormat.kif 34680-34680 | |
(termFormat ChineseTraditionalLanguage ListOrderFn "清單順序") | domainEnglishFormat.kif 34679-34679 | |
(termFormat EnglishLanguage ListOrderFn "list order") | domainEnglishFormat.kif 34678-34678 |
antecedent |
![]() |
consequent |
![]() |
statement |
![]() |
(forall (@ROW ?ITEM) (equal (ListOrderFn (ListFn @ROW ?ITEM) (ListLengthFn (ListFn @ROW ?ITEM))) ?ITEM)) |
Merge.kif 2970-2974 | For all @ROW and another entity length of (@ROW and the other entity)th element of (@ROW and the other entity) is equal to the other entity |
![]() |
![]() |