|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.SubstFuncVo
public class SubstFuncVo
Usage of rule for substitute function variable.
| Constructor Summary | |
|---|---|
SubstFuncVo()
Default constructor. |
|
SubstFuncVo(java.lang.String reference,
Element functionVariable,
Element substituteFormula)
Constructs an reason. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Element |
getFunctionVariable()
Get function variable (with subject variables as parameters) that should be replaced. |
java.lang.String |
getName()
Get name for this reason. |
java.lang.String |
getReference()
Get reference to already proven formula. |
java.lang.String[] |
getReferences()
Get references to previous formulas. |
SubstFunc |
getSubstFunc()
Get this reason. |
Element |
getSubstituteTerm()
Get substitute term. |
int |
hashCode()
|
void |
setFunctionVariable(Element functionVariable)
Set function variable that will be substituted. |
void |
setReference(java.lang.String reference)
Set formula reference. |
void |
setSubstituteTerm(Element substituteTerm)
Set substitution term. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SubstFuncVo(java.lang.String reference,
Element functionVariable,
Element substituteFormula)
reference - Reference to a valid formula.functionVariable - Function variable that will be substituted.substituteFormula - Replacement term.public SubstFuncVo()
| Method Detail |
|---|
public SubstFunc getSubstFunc()
SubstFunc
getSubstFunc in interface SubstFuncpublic java.lang.String getReference()
SubstFunc
getReference in interface SubstFuncpublic void setReference(java.lang.String reference)
reference - Reference to formula.public java.lang.String[] getReferences()
Reason
getReferences in interface Reasonnull.public Element getFunctionVariable()
SubstFunc
getFunctionVariable in interface SubstFuncpublic void setFunctionVariable(Element functionVariable)
functionVariable - Function variable that will be replaced.public Element getSubstituteTerm()
SubstFuncSubstFunc.getFunctionVariable().
getSubstituteTerm in interface SubstFuncpublic void setSubstituteTerm(Element substituteTerm)
substituteTerm - New term.public java.lang.String getName()
Reason
getName in interface Reasonpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||