|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.ConclusionVo
public class ConclusionVo
Conclusion that is derived from an an assumption within a proof.
| Constructor Summary | |
|---|---|
ConclusionVo()
Default constructor. |
|
ConclusionVo(Formula formula)
Constructs an proof line. |
|
ConclusionVo(java.lang.String label,
Formula formula)
Constructs an proof line. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Formula |
getFormula()
Get formula for this line. |
java.lang.String |
getLabel()
Get label for this conclusion. |
int |
hashCode()
|
void |
setFormula(Formula formula)
Set proof line formula. |
void |
setLabel(java.lang.String label)
Set label for proof line. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConclusionVo(Formula formula)
formula - New derived formula.
public ConclusionVo(java.lang.String label,
Formula formula)
label - Label for back references. Might be null.formula - New derived formula.public ConclusionVo()
| Method Detail |
|---|
public Formula getFormula()
Conclusion
getFormula in interface Conclusionpublic void setFormula(Formula formula)
formula - Set formula.public java.lang.String getLabel()
Conclusion
getLabel in interface Conclusionpublic void setLabel(java.lang.String label)
label - Set this label.public 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 | |||||||||