A B C D E F G H I K M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- setCurrDepthLimit(int) - Method in class b2p.search.aima.Metrics
-
Sets the variable
currDepthLimit
to the value passed as input - setGameState(IState) - Method in class b2p.search.aima.minmax.IterativeDeepening
-
Sets the game state to the value passed as input
- setNodesExpanded(int) - Method in class b2p.search.aima.Metrics
-
Sets the variable
nodesExpanded
to the value passed as input - setState(IState) - Method in class b2p.search.aima.TablutGame
-
Sets the private variable state to the given value
- setTurn(State.Turn) - Method in interface b2p.model.IState
-
Sets the private field turn value
- setTurn(State.Turn) - Method in class b2p.state.bitboard.bitset.BitSetState
-
Method to set the private field turn value
- setValue(int) - Method in interface b2p.model.IAction
-
Sets the value of the private field value
- setValue(int) - Method in class b2p.state.bitboard.bitset.BitSetAction
-
Sets the value of the private field value
- simulateMove(IAction) - Method in interface b2p.model.IState
-
Simulates a specified move from a given
IAction
- simulateMove(IAction) - Method in class b2p.state.bitboard.bitset.BitSetState
-
Simulates a specified move from a given
IAction
- size() - Method in class b2p.search.aima.ActionStore
-
Returns the size of
action
list - specialKingCells - Static variable in enum b2p.state.bitboard.bitset.BitSetPosition
-
B2PBitSet
representing the special king cells
All Classes All Packages