hSimulator.simulator
Class PercentageInspector

java.lang.Object
  extended by hSimulator.simulator.PercentageInspector
All Implemented Interfaces:
Runnable

public class PercentageInspector
extends Object
implements Runnable

This object implements a textual inspector used by HSimulator for displaying the percentage of completed calculations.

Version:
1.0
Author:
Luca Marchetti
See Also:
HSimulator

Method Summary
 void run()
          Runs the inspection process.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public void run()
Runs the inspection process.

Specified by:
run in interface Runnable