|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.UniversalVo
public class UniversalVo
Usage of rule for universal generalization. Rule of universal generalization.
A -> B(x) ------------------- A -> forall x B(x)
| Constructor Summary | |
|---|---|
UniversalVo()
Default constructor. |
|
UniversalVo(java.lang.String reference,
Element subjectVariable)
Constructs an reason. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
Get name for this reason. |
java.lang.String |
getReference()
Get reference to formula. |
java.lang.String[] |
getReferences()
Get references to previous formulas. |
Element |
getSubjectVariable()
Get free subject variable we want to quantify over. |
Universal |
getUniversal()
Get this reason. |
int |
hashCode()
|
void |
setReference(java.lang.String reference)
Set formula reference. |
void |
setSubjectVariable(Element subjectVariable)
Set quantification subject variable. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UniversalVo(java.lang.String reference,
Element subjectVariable)
reference - Reference to a valid formula.subjectVariable - Subject variable that we will quantify about.public UniversalVo()
| Method Detail |
|---|
public Universal getUniversal()
Universal
getUniversal in interface Universalpublic java.lang.String getReference()
Universal
getReference in interface Universalpublic void setReference(java.lang.String reference)
reference - Reference to formula.public java.lang.String[] getReferences()
Reason
getReferences in interface Reasonnull.public Element getSubjectVariable()
Universal
getSubjectVariable in interface Universalpublic void setSubjectVariable(Element subjectVariable)
subjectVariable - Set free subject variable.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 | |||||||||