|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpov.structure.TreeObject
This class defines a node of the tree of the viewer.
Constructor Summary | |
TreeObject()
|
Method Summary | |
abstract int |
getNbPo()
Returns the number of proof obligations for this node. |
abstract int |
getNbPoProved()
Returns the number of proved proof obligations for this node. |
abstract int |
getNbPoProved(java.lang.String prover)
Returns the number of proved proof obligations for this node. |
java.lang.Object |
getParent()
Gets the parent of the node |
abstract java.lang.String |
getText(int type)
Returns the displayed text for this node. |
boolean |
isChecked()
Returns whether this node is checked |
boolean |
isProved()
Returns true iff the object represented by this node is fully proved. |
int |
percentProved()
Calculated the proof percentage of this node |
abstract void |
setChecked()
Sets the node and its children to checked. |
abstract void |
setUnchecked()
Sets the node and its children to unchecked |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TreeObject()
Method Detail |
public abstract java.lang.String getText(int type)
public abstract void setChecked()
public abstract void setUnchecked()
public abstract int getNbPo()
public abstract int getNbPoProved(java.lang.String prover)
public abstract int getNbPoProved()
public final java.lang.Object getParent()
parent
public final int percentProved()
public boolean isProved()
public boolean isChecked()
false
by default
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |