|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.FormalProofVo
public class FormalProofVo
Contains a formal proof for a proposition.
| Constructor Summary | |
|---|---|
FormalProofVo()
Constructs an empty proof. |
|
FormalProofVo(FormalProofLineList formalProofLines)
Constructs a proof. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
FormalProofLineList |
getFormalProofLineList()
Get proof content. |
LatexList |
getPrecedingText()
Get text before the formula. |
LatexList |
getSucceedingText()
Get text after the formula. |
int |
hashCode()
|
void |
setFormalProofLineList(FormalProofLineList formalProofLines)
Set proof lines for formal proof. |
void |
setPrecedingText(LatexListVo precedingText)
Set preceding LaTeX text. |
void |
setSucceedingText(LatexListVo succeedingText)
Set succeeding LaTeX text. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FormalProofVo()
public FormalProofVo(FormalProofLineList formalProofLines)
formalProofLines - The proof lines.| Method Detail |
|---|
public final void setPrecedingText(LatexListVo precedingText)
precedingText - Preceding LaTeX text.public final LatexList getPrecedingText()
FormalProof
getPrecedingText in interface FormalProofpublic final void setFormalProofLineList(FormalProofLineList formalProofLines)
formalProofLines - The proof lines.public final FormalProofLineList getFormalProofLineList()
FormalProof
getFormalProofLineList in interface FormalProofpublic final void setSucceedingText(LatexListVo succeedingText)
succeedingText - Succeeding LaTeX text.public final LatexList getSucceedingText()
FormalProof
getSucceedingText in interface FormalProofpublic 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 | |||||||||