Uses of Class
edu.wisc.game.engine.RuleSet.Row
-
Packages that use RuleSet.Row Package Description edu.wisc.game.engine Top-level Game Server code -
-
Uses of RuleSet.Row in edu.wisc.game.engine
Fields in edu.wisc.game.engine with type parameters of type RuleSet.Row Modifier and Type Field Description Vector<RuleSet.Row>
RuleSet. rows
All rows of this rule setMethods in edu.wisc.game.engine with parameters of type RuleSet.Row Modifier and Type Method Description static void
PostOrder. applyPostPosToAcceptanceMap(RuleSet rules, RuleSet.Row atoms, Vector<Piece> values, BitSet[][] jAcceptanceMap)
When an Order is applied not to the entire board, but only to the pieces that are acceptable based on all other criteria.
-