hSimulator.library
Class SimulationEngine
java.lang.Object
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
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