Class SimulationParameters

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,​java.lang.Object>

    public class SimulationParameters
    extends java.util.Hashtable<java.lang.Object,​java.lang.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.util.Hashtable

        clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, values
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SimulationParameters

        public SimulationParameters()