A Single Thread Discrete Event Simulation Toolkit For Java: Stsimj

Wg Chen,Dx Wang,Wm Zheng
DOI: https://doi.org/10.1007/978-3-540-24688-6_146
2004-01-01
Abstract:Discrete event simulation is widely used in simulating complex systems. SimJava [6]is a popular java toolkit for discrete event Simulation. However, SimJava employs multiple threads for the simulation process. The disadvantage of the multi-threaded approach is that the result of the simulation is not repeatable, because of the uncertainty introduced by multi-threads. In this paper, we propose a single thread discrete event simulation toolkit for Java, whose result is always repeatable.
What problem does this paper attempt to address?