range |
appearance as argument number 1 |
![]() |
(documentation range ChineseLanguage "它为函数提供一个范围。就是说,(range ?FUNCTION ?CLASS) 的意思是,所有由 ?FUNCTION 所指定的值,都是这个 ?CLASS 的 instance。") | chinese_format.kif 1490-1491 | |
(documentation range EnglishLanguage "Gives the range of a function. In other words, (range ?FUNCTION ?CLASS) means that all of the values assigned by ?FUNCTION are instances of ?CLASS.") | Merge.kif 308-310 | |
(domain range 1 Function) | Merge.kif 306-306 | The number 1 argument of range is an instance of function |
(domain range 2 Class) | Merge.kif 307-307 | The number 2 argument of range is an instance of class |
(instance range AsymmetricRelation) | Merge.kif 305-305 | range is an instance of asymmetric relation |
(instance range BinaryPredicate) | Merge.kif 304-304 | range is an instance of binary predicate |
appearance as argument number 2 |
![]() |
(format ChineseLanguage range "%1 的 range %n 是 %2 的实例") | chinese_format.kif 313-313 | |
(format EnglishLanguage range "the range of %1 is %n an instance of %2") | english_format.kif 318-318 | |
(termFormat ChineseLanguage range "范围") | chinese_format.kif 314-314 | |
(termFormat ChineseTraditionalLanguage range "範圍") | domainEnglishFormat.kif 48743-48743 | |
(termFormat EnglishLanguage range "range") | domainEnglishFormat.kif 48742-48742 |
antecedent |
![]() |
(=> (and (instance ?SEQ SequenceFunction) (range ?SEQ ?CLASS)) (subclass ?CLASS Integer)) |
Merge.kif 3369-3373 |
|
(=> (and (range ?FUNCTION ?CLASS) (equal (AssignmentFn ?FUNCTION @ROW) ?VALUE)) (instance ?VALUE ?CLASS)) |
Merge.kif 312-316 |
|
(=> (and (range ?REL ?CLASS1) (range ?REL ?CLASS2)) (or (subclass ?CLASS1 ?CLASS2) (subclass ?CLASS2 ?CLASS1))) |
Merge.kif 324-330 |
|
(=> (and (range ?REL1 ?CLASS1) (range ?REL2 ?CLASS2) (disjoint ?CLASS1 ?CLASS2)) (disjointRelation ?REL1 ?REL2)) |
Merge.kif 433-438 |
|
(=> (and (subrelation ?REL1 ?REL2) (range ?REL2 ?CLASS1)) (range ?REL1 ?CLASS1)) |
Merge.kif 318-322 |
|
consequent |
![]() |
(=> (and (subrelation ?REL1 ?REL2) (range ?REL2 ?CLASS1)) (range ?REL1 ?CLASS1)) |
Merge.kif 318-322 |
|
appearance as argument number 0 |
![]() |
![]() |
![]() |