Class AllRuleSets

java.lang.Object
java.util.AbstractMap<K,​V>
java.util.HashMap<String,​RuleSet>
edu.wisc.game.engine.AllRuleSets
All Implemented Interfaces:
Serializable, Cloneable, Map<String,​RuleSet>

public class AllRuleSets
extends HashMap<String,​RuleSet>
Stores rule sets, and allows lookup by name. FIXME: need a web UI for calling clear() on this table, whenever a new version of the same rule set file is created.
See Also:
Serialized Form