|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Models variable mappings in Inference Web inference steps. Each binding of an inference step is a mapping from a variable to a term specifying substitutions performed on the premises before the application of the step's rule. For instance, substitutions may be required to unify the terms in premises in order to perform resolution. Variable mappings are used to model these bindings.
| Method Summary | |
java.lang.String |
getTerm()
Returns the term of the variable mapping |
java.lang.String |
getVariable()
Returns the variable of the variable mapping |
void |
setTerm(java.lang.String newTerm)
Sets the term of the variable mapping |
void |
setVariable(java.lang.String newVariable)
Sets the variable of the variable mapping |
| Method Detail |
public java.lang.String getTerm()
public void setTerm(java.lang.String newTerm)
newTerm - the new term of the variable mappingpublic java.lang.String getVariable()
public void setVariable(java.lang.String newVariable)
newVariable - the new variable of the variable mapping
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||