|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.se.dto.module.FormalProofLineListVo
public class FormalProofLineListVo
List of formal proofs.
| Constructor Summary | |
|---|---|
FormalProofLineListVo()
Constructs an empty list of proof lines. |
|
| Method Summary | |
|---|---|
void |
add(FormalProofLine proofLine)
Add proof line to this list. |
boolean |
equals(java.lang.Object obj)
|
FormalProofLine |
get(int index)
Get index-th element of list. |
int |
hashCode()
|
int |
size()
Get size of list. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FormalProofLineListVo()
| Method Detail |
|---|
public final void add(FormalProofLine proofLine)
proofLine - Proof line to add.public final int size()
FormalProofLineList
size in interface FormalProofLineListpublic final FormalProofLine get(int index)
FormalProofLineListindex-th element of list.
get in interface FormalProofLineListindex - Index.
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 | |||||||||