|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.ExistentialVo
public class ExistentialVo
Usage of rule for existential generalization.
| Constructor Summary | |
|---|---|
ExistentialVo()
Default constructor. |
|
ExistentialVo(java.lang.String reference,
Element subjectVariable)
Constructs an reason. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Existential |
getExistential()
Get this reason. |
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. |
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 ExistentialVo(java.lang.String reference,
Element subjectVariable)
reference - Reference to a valid formula.subjectVariable - Subject variable that we will quantify about.public ExistentialVo()
| Method Detail |
|---|
public Existential getExistential()
Existential
getExistential in interface Existentialpublic java.lang.String getReference()
Existential
getReference in interface Existentialpublic void setReference(java.lang.String reference)
reference - Reference to formula.public java.lang.String[] getReferences()
Reason
getReferences in interface Reasonnull.public Element getSubjectVariable()
Existential
getSubjectVariable in interface Existentialpublic 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 | |||||||||