BinaryFunction(binary function) |
appearance as argument number 1 |
(documentation BinaryFunction ChineseLanguage "这是个需要两个参数的 Function Class。") | chinese_format.kif 1999-1999 | |
(documentation BinaryFunction EnglishLanguage "The Class of Functions that require two arguments.") | Merge.kif 3403-3404 | |
(documentation BinaryFunction JapaneseLanguage "Function の Class は、2つの引数を必要と する 。") | japanese_format.kif 635-636 | |
(subclass BinaryFunction Function) | Merge.kif 3399-3399 | Binary function is a subclass of function |
(subclass BinaryFunction InheritableRelation) | Merge.kif 3401-3401 | Binary function is a subclass of inheritable relation |
(subclass BinaryFunction TernaryRelation) | Merge.kif 3400-3400 | Binary function is a subclass of ternary relation |
appearance as argument number 2 |
appearance as argument number 3 |
(domain distributes 1 BinaryFunction) | Merge.kif 3722-3722 | The number 1 argument of distributes is an instance of binary function |
(domain distributes 2 BinaryFunction) | Merge.kif 3723-3723 | The number 2 argument of distributes is an instance of binary function |
(domain identityElement 1 BinaryFunction) | Merge.kif 5279-5279 | The number 1 argument of identity element is an instance of binary function |
antecedent |
(=> (instance ?FUNCTION BinaryFunction) (valence ?FUNCTION 2)) |
Merge.kif 3406-3408 |
|