Public Methods | |
JPF () | |
void | initialized () |
void | report () |
void | run () |
Public Attributes | |
iStore | store |
Status | status |
iReporter | reporter |
iVirtualMachine | vm |
iSearch | search |
SM | buchi |
Protected Attributes | |
long | lastReportTime = System.currentTimeMillis() |
int | lastReportTransitions = 0 |
Private Methods | |
void | printResults () |
void | printResults (String msg) |
Definition at line 25 of file JPF.java.
|
Initialize the model checking environment. |
|
Called after the virtual machine has been initialized. |
|
Prints the results contained in the status field.
|
|
Prints the results of the verification. |
|
Prints a periodic one line report. |
|
Executes the verification. Definition at line 140 of file JPF.java. Referenced by Engine::run().
|
|
Buchi automaton that represent the property to be checked. |
|
Time of the last report. |
|
Number of transition in last report. |
|
Generates period reports. |
|
The search engine used to visit the state space. |
|
Maintains the current status of the model checker. |
|
Used to store the states. |
|
Reference to the virtual machine used by the model checker. |