Class SimulationResultSingleton

java.lang.Object
se.sics.kompics.simulator.result.SimulationResultSingleton
All Implemented Interfaces:
SimulationResultMap

public class SimulationResultSingleton
extends Object
implements SimulationResultMap
A singleton instance, that can provide access to values accross different class loaders. Use to pass reesults from a simulation back to the testing code that spawned the simulation. Freely adapted from here.

Author:
Lars Kroll <[email protected]>