![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| EquationAttribute(equation attribute) |
| appearance as argument number 1 |
|
|
| (documentation EquationAttribute EnglishLanguage "an attribute that applies to an equation or to a set of equations") | engineering.kif 214-215 | |
| (subclass EquationAttribute InternalAttribute) | engineering.kif 216-216 | Equation attribute is a subclass of internal attribute |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (and (property ?OBJECT ?ATTRIBUTE) (instance ?ATTRIBUTE EquationAttribute)) (or (instance ?OBJECT Equation) (instance ?OBJECT SetOfEquations))) |
engineering.kif 218-224 | If X the attribute Y and Y is an instance of equation attribute, then X is an instance of equation or X is an instance of set of equations |