hSimulator.library
Class SimulationEngine

java.lang.Object
  extended by hSimulator.library.SimulationEngine
All Implemented Interfaces:
Callable<SimulatedTS[]>

public class SimulationEngine
extends Object
implements Callable<SimulatedTS[]>

This object implements an optimized simulation engine. This object is not developed to be used directly by the user, but rather it is called by instances of Simulator.

Version:
1.0
Author:
Luca Marchetti
See Also:
Simulator

Method Summary
 SimulatedTS[] call()
          Starts the simulation engine.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

call

public SimulatedTS[] call()
                   throws Exception
Starts the simulation engine.

Specified by:
call in interface Callable<SimulatedTS[]>
Throws:
Exception - if an error occurred during the simulation process