Class EligibilityForOrders

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

public class EligibilityForOrders
extends HashMap<String,​BitSet>
At present, which pieces are eligible for picking under each of the existing orders? (For example, which pieces are presently in the topmost occupied row? Which piece is the first in the English reading order?) This structure needs to be updated every time a piece is removed from the board.

This is an auxiliary class for edu.wisc.game.sql.Episode.

See Also:
Serialized Form