|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.SubstPredVo
public class SubstPredVo
Usage of rule for substitute predicate variable.
| Constructor Summary | |
|---|---|
SubstPredVo()
Default constructor. |
|
SubstPredVo(java.lang.String reference,
Element predicateVariable,
Element substituteFormula)
Constructs an reason. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
Get name for this reason. |
Element |
getPredicateVariable()
Get predicate variable (with subject variables as parameters) that should be replaced. |
java.lang.String |
getReference()
Get reference to already proven formula. |
java.lang.String[] |
getReferences()
Get references to previous formulas. |
Element |
getSubstituteFormula()
Get substitute formula. |
SubstPred |
getSubstPred()
Get this reason. |
int |
hashCode()
|
void |
setPredicateVariable(Element predicateVariable)
Set predicate variable that will be substituted. |
void |
setReference(java.lang.String reference)
Set formula reference. |
void |
setSubstituteFormula(Element substituteFormula)
Set substitution formula. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SubstPredVo(java.lang.String reference,
Element predicateVariable,
Element substituteFormula)
reference - Reference to a valid formula.predicateVariable - Predicate variable that will be substituted.substituteFormula - Replacement formula.public SubstPredVo()
| Method Detail |
|---|
public SubstPred getSubstPred()
SubstPred
getSubstPred in interface SubstPredpublic java.lang.String getReference()
SubstPred
getReference in interface SubstPredpublic void setReference(java.lang.String reference)
reference - Reference to formula.public java.lang.String[] getReferences()
Reason
getReferences in interface Reasonnull.public Element getPredicateVariable()
SubstPred
getPredicateVariable in interface SubstPredpublic void setPredicateVariable(Element predicateVariable)
predicateVariable - Function variable that will be replaced.public Element getSubstituteFormula()
SubstPredSubstPred.getPredicateVariable().
getSubstituteFormula in interface SubstPredpublic void setSubstituteFormula(Element substituteFormula)
substituteFormula - New formula.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 | |||||||||