Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

JPF Class Reference

Inheritance diagram for JPF:
[legend]
Collaboration diagram for JPF:
[legend]
List of all members.

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)

Detailed Description

This class contains references to the different object that make a verification run.

Author:
Flavio Lerda
Version:
1.0
Since:
1.0

Definition at line 25 of file JPF.java.


Constructor & Destructor Documentation

JPF::JPF   [inline]
 

Initialize the model checking environment.

Definition at line 73 of file JPF.java.


Member Function Documentation

void JPF::initialized   [inline]
 

Called after the virtual machine has been initialized.

Definition at line 78 of file JPF.java.

void JPF::printResults String   msg [inline, private]
 

Prints the results contained in the status field.

Parameters:
msg   a string that has to be printed as the result of the verification

Definition at line 110 of file JPF.java.

void JPF::printResults   [inline, private]
 

Prints the results of the verification.

Definition at line 83 of file JPF.java.

void JPF::report   [inline]
 

Prints a periodic one line report.

Definition at line 122 of file JPF.java.

void JPF::run   [inline]
 

Executes the verification.

Definition at line 140 of file JPF.java.

Referenced by Engine::run().


Member Data Documentation

SM JPF::buchi
 

Buchi automaton that represent the property to be checked.

Definition at line 56 of file JPF.java.

long JPF::lastReportTime = System.currentTimeMillis() [protected]
 

Time of the last report.

Definition at line 63 of file JPF.java.

int JPF::lastReportTransitions = 0 [protected]
 

Number of transition in last report.

Definition at line 68 of file JPF.java.

iReporter JPF::reporter
 

Generates period reports.

Definition at line 39 of file JPF.java.

iSearch JPF::search
 

The search engine used to visit the state space.

Definition at line 49 of file JPF.java.

Status JPF::status
 

Maintains the current status of the model checker.

Definition at line 34 of file JPF.java.

iStore JPF::store
 

Used to store the states.

Definition at line 29 of file JPF.java.

iVirtualMachine JPF::vm
 

Reference to the virtual machine used by the model checker.

Definition at line 44 of file JPF.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:18:00 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001