meceCollection |
appearance as argument number 1 |
(documentation meceCollection EnglishLanguage "(meceCollection ?COLL1 ?COLL2) means that every member of ?COLL1 is in a Collection which is a member of Coll2, but not a member of two different Collections which are members of ?COLL2.") | UXExperimentalTerms.kif 4615-4617 | |
(domain meceCollection 1 Collection) | UXExperimentalTerms.kif 4609-4609 | |
(domain meceCollection 2 Collection) | UXExperimentalTerms.kif 4611-4611 | |
(instance meceCollection BinaryPredicate) | UXExperimentalTerms.kif 4607-4607 |
appearance as argument number 2 |
(format ChineseLanguage meceCollection "%1 和 %2 是 mutually exclusive ") | domainEnglishFormat.kif 3850-3850 | |
(format ChineseTraditionalLanguage meceCollection "%1 和 %2 是 mutually exclusive ") | domainEnglishFormat.kif 3849-3849 | |
(format EnglishLanguage meceCollection "%1 and %2 are mutually exclusive") | domainEnglishFormat.kif 3848-3848 | |
(termFormat EnglishLanguage meceCollection "mutually exclusive completely exhaustive") | UXExperimentalTerms.kif 4613-4613 |
antecedent |
(=> (and (meceCollection ?COLL1 ?COLL2) (instance ?COLL3 Collection) (instance ?COLL4 Collection) (instance ?MEMBER SelfConnectedObject) (member ?MEMBER ?COLL1) (member ?COLL3 ?COLL2) (member ?COLL4 ?COLL2) (not (equal ?COLL3 ?COLL4))) (not (and (member ?MEMBER ?COLL3) (member ?MEMBER ?COLL4)))) |
UXExperimentalTerms.kif 4638-4652 | |
(=> (and (meceCollection ?COLL1 ?COLL2) (member ?MEMBER ?COLL1) (instance ?MEMBER SelfConnectedObject)) (exists (?COLL3) (and (instance ?COLL3 Collection) (member ?MEMBER ?COLL3) (member ?COLL3 ?COLL2)))) |
UXExperimentalTerms.kif 4627-4636 | |
(=> (and (meceCollection ?COLL1 ?COLL2) (member ?MEMBER ?COLL2) (instance ?MEMBER SelfConnectedObject)) (instance ?MEMBER Collection)) |
UXExperimentalTerms.kif 4620-4625 |