|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjml2b.pog.lemma.ProverStatus
Field Summary | |
static byte |
PROVED
Proof state value that corresponds to a goal that is proved. |
static byte |
UNPROVED
Proof state value that corresponds to a goal that is not proved neither checked. |
Constructor Summary | |
ProverStatus()
|
Method Summary | |
boolean |
isProved()
Tests whether the goal is proved or not |
boolean |
isUnproved()
Tests whether the goal is unproved or not. |
abstract void |
save(JpoOutputStream s)
Saves the goal status in the a .jpo file |
void |
setUnproved()
Sets the proof state to UNPROVED . |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final byte UNPROVED
public static final byte PROVED
Constructor Detail |
public ProverStatus()
Method Detail |
public void setUnproved()
UNPROVED
.
public boolean isProved()
true
if the proof state is PROVED
,
false
otherwisepublic boolean isUnproved()
true
if the proof state is UNPROVED
,
false
otherwisepublic abstract void save(JpoOutputStream s) throws java.io.IOException
s
- The output stream for the jpo file
java.io.IOException
NonObviousGoal#save(DataOutputStream, JmlFile, IJmlFile)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |