|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpov.structure.TreeObject
jpov.structure.LemmaHierarchy
Method Summary | |
java.util.Vector |
getFlow()
|
java.util.Vector |
getHyp()
|
java.lang.Object[] |
getLemmasWithPo()
|
int |
getNbPo()
Returns the number of proof obligations for this node. |
int |
getNbPoProved()
Returns the number of proved proof obligations for this node. |
int |
getNbPoProved(java.lang.String prover)
Returns the number of proved proof obligations for this node. |
java.lang.String |
getText(int type)
Returns the displayed text for this node. |
void |
setChecked()
Sets the node and its children to checked. |
void |
setUnchecked()
Sets the node and its children to unchecked |
Methods inherited from class jpov.structure.TreeObject |
getParent, isChecked, isProved, percentProved |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getText(int type)
TreeObject
getText
in class TreeObject
public void setChecked()
TreeObject
setChecked
in class TreeObject
public void setUnchecked()
TreeObject
setUnchecked
in class TreeObject
public int getNbPo()
TreeObject
getNbPo
in class TreeObject
public int getNbPoProved(java.lang.String prover)
TreeObject
getNbPoProved
in class TreeObject
public int getNbPoProved()
TreeObject
getNbPoProved
in class TreeObject
public java.lang.Object[] getLemmasWithPo()
public java.util.Vector getHyp()
public java.util.Vector getFlow()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |