|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjpov.structure.TreeObject
jpov.structure.Lemma
This class implements a node tree corresponding to a case.
| Method Summary | |
void |
addGoals(java.util.ArrayList al)
|
java.lang.String |
getCaseNum()
Returns the case number into its englobing method. |
Box[] |
getFlow()
Returns the array of boxes. |
Goal[] |
getGoals()
Returns the array of goals |
VirtualFormula[] |
getHyp()
Returns the array of hypothesis. |
java.lang.String |
getName()
Returns the name of the method to which this case belongs. |
int |
getNbCheckedPo()
|
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. |
int |
getNum()
|
java.lang.String |
getText(int type)
Returns the displayed text for this node. |
void |
selectAll()
|
void |
setChecked()
Sets the node and its children to checked. |
void |
setText(java.lang.String parent)
|
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 void setChecked()
TreeObject
setChecked in class TreeObjectpublic void setUnchecked()
TreeObject
setUnchecked in class TreeObjectpublic int getNbPo()
TreeObject
getNbPo in class TreeObjectpublic int getNbPoProved()
TreeObject
getNbPoProved in class TreeObjectpublic int getNbPoProved(java.lang.String prover)
TreeObject
getNbPoProved in class TreeObjectpublic int getNbCheckedPo()
public java.lang.String getText(int type)
TreeObject
getText in class TreeObjectpublic java.lang.String getCaseNum()
caseNumpublic Goal[] getGoals()
goalspublic java.lang.String getName()
namepublic Box[] getFlow()
flowpublic VirtualFormula[] getHyp()
hyppublic void setText(java.lang.String parent)
public int getNum()
public void addGoals(java.util.ArrayList al)
public void selectAll()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||