Uses of Class
edu.wisc.game.engine.RuleSet
Packages that use RuleSet
Package
Description
Top-level Game Server  code
Persistent data structures
- 
Uses of RuleSet in edu.wisc.game.engineMethods in edu.wisc.game.engine that return RuleSetMethods in edu.wisc.game.engine with parameters of type RuleSetModifier and TypeMethodDescriptionstatic voidPostOrder.applyPostPosToAcceptanceMap(RuleSet rules, RuleSet.Row atoms, BitSet[][] acceptanceMap) When an Order is applied not to the entire board, but only to the pieces that are acceptable based on all other criteria.static booleanBoardConditionsChecker.boardIsAcceptable(Board board, RuleSet rules, boolean testing) In the training mode, the board is acceptable if no game piece satisfies any condition (i.e.Constructors in edu.wisc.game.engine with parameters of type RuleSetModifierConstructorDescriptionEligibilityForOrders(RuleSet rules, BitSet onBoard) StalemateTester(RuleSet rules0) 
- 
Uses of RuleSet in edu.wisc.game.sqlFields in edu.wisc.game.sql declared as RuleSetMethods in edu.wisc.game.sql that return RuleSetMethods in edu.wisc.game.sql with parameters of type RuleSetModifier and TypeMethodDescriptionvoidGameGenerator.setConditions(boolean _testing, RuleSet _condRules) For the training/testing restrictions on boards, as introduced in GS 6.010.Constructors in edu.wisc.game.sql with parameters of type RuleSetModifierConstructorDescriptionGame(RandomRG _random, RuleSet _rules, int _randomObjCnt, int _nShapes, int _nColors, Piece.Shape[] _allShapes, Piece.Color[] _allColors) A game with shape-and-color objects used as game piecesGame(RandomRG _random, RuleSet _rules, int _randomObjCnt, ImageObject.Generator _imageGenerator) A game with image-and-properties-based objects used as game piecesGame(RandomRG _random, RuleSet _rules, int _randomObjCnt, Piece.Shape[] _allShapes, Piece.Color[] _allColors)