capacityByArrangement |
appearance as argument number 1 |
(documentation capacityByArrangement EnglishLanguage "(capacityByArrangement ?AREA ?PROP ?QTY) means that Integer ?QTY is the maximum capacity of Region ?AREA when Proposition ?PROP is followed.") | Hotel.kif 781-783 | |
(domain capacityByArrangement 1 Region) | Hotel.kif 786-786 | The number 1 argument of capacity by arrangement is an instance of region |
(domain capacityByArrangement 2 Proposition) | Hotel.kif 787-787 | The number 2 argument of capacity by arrangement is an instance of proposition |
(domain capacityByArrangement 3 Integer) | Hotel.kif 788-788 | The number 3 argument of capacity by arrangement is an instance of integer |
(instance capacityByArrangement TernaryPredicate) | Hotel.kif 780-780 | capacity by arrangement is an instance of ternary predicate |
appearance as argument number 2 |
(format ChineseLanguage capacityByArrangement "%1 有对于 %3 的 capacity 根据 %2 ") | domainEnglishFormat.kif 2950-2950 | |
(format ChineseTraditionalLanguage capacityByArrangement "%1 有對於 %3 的 capacity 根據 %2 ") | domainEnglishFormat.kif 2949-2949 | |
(format EnglishLanguage capacityByArrangement "%1 has capacity for %3 according to %2") | domainEnglishFormat.kif 2948-2948 | |
(termFormat EnglishLanguage capacityByArrangement "capacity by arrangement") | Hotel.kif 784-784 |
antecedent |
(=> (capacityByArrangement ?AREA ?PROP ?INT) (=> (represents ?AREA ?PROP) (modalAttribute (exists (?GRP ?PPL) (and (instance ?GRP GroupOfPeople) (memberCount ?GRP ?PPL) (lessThanOrEqualTo ?PPL ?INT) (located ?GRP ?AREA))) Possibility))) |
Hotel.kif 790-800 |
|