VariableArityRelation
|
|
appearance as argument number 1 |
(documentation VariableArityRelation ChineseLanguage "这是个没有固定数量参数的 Relation Class。") | chinese_format.kif 2019-2020 | |
(documentation VariableArityRelation EnglishLanguage "The Class of Relations that do not have a fixed number of arguments.") | Merge.kif 3525-3526 | |
(documentation VariableArityRelation JapaneseLanguage "Relations の Class は、一定数の 引数を持たない。") | japanese_format.kif 659-660 | |
(subclass VariableArityRelation Relation) | Merge.kif 3523-3523 |
appearance as argument number 2 |
antecedent |
(=> (instance ?REL VariableArityRelation) (not (exists (?INT) (valence ?REL ?INT)))) |
Merge.kif 3528-3532 |