Package org.tweetyproject.agents.sim
Class SimulationParameters
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<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 Summary
-
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
-
Constructor Details
-
SimulationParameters
public SimulationParameters()
-