Class SimulationParameters

java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable<Object,Object>
org.tweetyproject.agents.sim.SimulationParameters
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class SimulationParameters extends Hashtable<Object,Object>
Objects of this class store additional simulation parameters that should be shared among the generating components of a simulation.
Author:
Matthias Thimm
See Also:
  • Constructor Details

    • SimulationParameters

      public SimulationParameters()