![]() |
![]() ![]() ![]()
|
![]() |
|
appearance as argument number 1 |
![]() |
(documentation SetOrClass ChineseLanguage "这是 Set 和 Class 的 SetOrClass,也就是说 任何 Abstract 有 element 或 instance的实例。") | chinese_format.kif 1804-1805 | |
(documentation SetOrClass EnglishLanguage "The SetOrClass of Sets and Classes, i.e. any instance of Abstract that has elements or instances.") | Merge.kif 2131-2133 | |
(documentation SetOrClass JapaneseLanguage "Sets の SetOrClass と Classes。 例: elements または instances がある Abstract の任意のインスタンス。") | japanese_format.kif 419-420 | |
(partition SetOrClass Set Class) | Merge.kif 2129-2129 | Set or class is exhaustively partitioned into set and class |
(subclass SetOrClass Abstract) | Merge.kif 2128-2128 | Set or class is a subclass of abstract |
appearance as argument number 2 |
![]() |
(range ComplementFn SetOrClass) | Merge.kif 5478-5478 | The range of complement is an instance of set or class |
(range GeneralizedIntersectionFn SetOrClass) | Merge.kif 5499-5499 | The range of generalized intersection is an instance of set or class |
(range GeneralizedUnionFn SetOrClass) | Merge.kif 5488-5488 | The range of generalized union is an instance of set or class |
(range IntersectionFn SetOrClass) | Merge.kif 5457-5457 | The range of intersection is an instance of set or class |
(range RelativeComplementFn SetOrClass) | Merge.kif 5468-5468 | The range of relative complement is an instance of set or class |
(range UnionFn SetOrClass) | Merge.kif 5431-5431 | The range of union is an instance of set or class |
(rangeSubclass PowerSetFn SetOrClass) | Merge.kif 798-798 | The values returned by power set are subclasses of set or class |
(subclass Class SetOrClass) | Merge.kif 2136-2136 | Class is a subclass of set or class |
(subclass Set SetOrClass) | Merge.kif 2148-2148 | Set is a subclass of set or class |
(termFormat ChineseLanguage SetOrClass "集或类") | chinese_format.kif 885-885 | |
(termFormat EnglishLanguage SetOrClass "set or class") | english_format.kif 972-972 | |
(termFormat FrenchLanguage SetOrClass "ensemble ou classe") | french_format.kif 561-561 | |
(termFormat Hindi SetOrClass "samUha yaa varga") | terms-hindi.txt 91-91 | |
(termFormat ItalianLanguage SetOrClass "InsiemeOClasse") | terms-it.txt 94-94 | |
(termFormat JapaneseLanguage SetOrClass "同じセットまたはクラス") | japanese_format.kif 2246-2246 | |
(termFormat PortugueseLanguage SetOrClass "Conjunto ou Classe") | portuguese_format.kif 513-513 | |
(termFormat cz SetOrClass "set or class") | terms-cz.txt 128-128 | |
(termFormat ro SetOrClass "mulþime sau clasã") | relations-ro.kif 582-582 | |
(termFormat tg SetOrClass "isang huwego o klase") | terms-tg.txt 95-95 |
appearance as argument number 3 |
![]() |
antecedent |
![]() |
(=> (and (instance ?SET SetOrClass) (equal (CardinalityFn ?SET) ?COUNT)) (cardinality ?SET ?COUNT)) |
Government.kif 446-450 |
|
consequent |
![]() |
(=> (and (exactCardinality ?REL ?ARG ?COUNT) (instance ?REL Predicate)) (exists (?S ?EL @ARGS) (and (instance ?S SetOrClass) (=> (and (?REL @ARGS) (equal ?EL (ListOrderFn (ListFn @ARGS) ?ARG))) (and (instance ?EL ?S) (equal (CardinalityFn ?S) ?COUNT)))))) |
Media.kif 2137-2150 |
|
(=> (and (maxCardinality ?REL ?ARG ?COUNT) (instance ?REL Predicate)) (exists (?S ?EL @ARGS) (and (instance ?S SetOrClass) (=> (and (?REL @ARGS) (equal ?EL (ListOrderFn (ListFn @ARGS) ?ARG))) (and (instance ?EL ?S) (lessThanOrEqualTo (CardinalityFn ?S) ?COUNT)))))) |
Media.kif 2210-2223 |
|
(=> (and (minCardinality ?REL ?ARG ?COUNT) (instance ?REL Predicate)) (exists (?S ?EL @ARGS) (and (instance ?S SetOrClass) (=> (and (?REL @ARGS) (equal ?EL (ListOrderFn (ListFn @ARGS) ?ARG))) (and (instance ?EL ?S) (greaterThanOrEqualTo (CardinalityFn ?S) ?COUNT)))))) |
Media.kif 2174-2187 |
|
statement |
![]() |
(domain CardinalityFn 1 (UnionFn SetOrClass Collection)) |
Merge.kif 5508-5508 | The number 1 argument of cardinality is an instance of the union of set or class and collection |
![]() |
![]() |