|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml2b.util.Profiler
jml2b.pog.lemma.GoalStatus
This class provides constants and facilities to manage the status of a goal.
Constructor Summary | |
GoalStatus()
Constructs by default a goal status. |
|
GoalStatus(JpoInputStream s)
Constructs a non obvious goal from a .jpo file |
Method Summary | |
ProverStatus |
getProverStatus(java.lang.String name)
Returns the prove force. |
boolean |
isChecked()
Tests whether the goal is checked or not. |
boolean |
isProved()
|
boolean |
isProved(java.lang.String prover)
|
void |
save(JpoOutputStream s)
Saves the goal status in the a .jpo file |
void |
setChecked()
Sets the proof state to CHECKED . |
void |
setProved(int prover)
Sets the proof state to PROVED . |
void |
setStatus(java.lang.String prover,
ProverStatus ps)
|
void |
setUnproved()
Sets the proof state to UNPROVED . |
Methods inherited from class jml2b.util.Profiler |
runGC |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GoalStatus()
UNPROVED
.
public GoalStatus(JpoInputStream s) throws java.io.IOException, LoadException
IOEXception
LoadException
java.io.IOException
Method Detail |
public void setProved(int prover)
PROVED
.
public void setChecked()
CHECKED
.
public void setUnproved()
UNPROVED
.
public boolean isProved(java.lang.String prover)
public boolean isProved()
public boolean isChecked()
true
if the proof state is CHECKED
,
false
otherwisepublic void save(JpoOutputStream s) throws java.io.IOException
s
- The output stream for the jpo file
java.io.IOException
NonObviousGoal#save(DataOutputStream, JmlFile, IJmlFile)
public ProverStatus getProverStatus(java.lang.String name)
proveForce
public void setStatus(java.lang.String prover, ProverStatus ps)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |