Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Y
S
search(NodeModel, int, int, int, int, boolean)
- Static method in class ai.alphabeta.
AlphaBeta
Returns the best move for given situation and player, as calculated by the alpha-beta search algorithm with given search depth.
serialVersionUID
- Static variable in interface ai.alphabeta.
NodeModel
setBackGroundColor(Color)
- Method in class othello.gui.
OthelloButtons
setButtonEnabled(int, boolean)
- Method in class othello.gui.
OthelloButtons
setButtonEnabled(String, boolean)
- Method in class othello.gui.
OthelloInfoPanel
Sets a button to enabled or disabled
setCurrentBoardState(BoardState)
- Method in class othello.ai.
OthelloAI
Sets the current boardState
setEvaluationValue(int)
- Method in class ai.alphabeta.
Move
setHint(boolean, String)
- Method in class othello.gui.
OthelloJCanvas
setID(String)
- Method in class ai.alphabeta.
Move
setLabel(String, String)
- Method in class othello.gui.
OthelloInfoPanel
Sets a specific label to a new value
setLastMove(boolean, String)
- Method in class othello.gui.
OthelloJCanvas
setMarkerValue(int)
- Method in class ai.alphabeta.
Move
setMaterialValue(int)
- Method in class ai.alphabeta.
Move
setMove(Object)
- Method in class ai.alphabeta.
Move
setMove(Object, int)
- Method in class ai.alphabeta.
Move
setNextState()
- Method in class othello.board.
BoardStateMgr
Returns true if it is possible to set next state, otherwise return false
setOpponent()
- Method in class othello.board.
BoardState
Sets the player to the opponent of the current player.
setPhase(int)
- Method in class ai.alphabeta.
Move
setPlayer(int)
- Method in class othello.board.
BoardState
Will set the player to a new player
setPostionValue(int)
- Method in class ai.alphabeta.
Move
setPreviousState()
- Method in class othello.board.
BoardStateMgr
Returns true if it is possible to set previous state, otherwise return false
setStateValue(int)
- Method in class ai.alphabeta.
Move
setTime(int)
- Method in class ai.alphabeta.
Move
setToken(int, int, int)
- Method in class othello.gui.
OthelloJCanvas
puts one othello-piece on the board
setToken(int, int, int)
- Method in class othello.board.
BoardState
Will set a token Token at the position (row, col)
setTokens(boolean, String, boolean, String)
- Method in class othello.gui.
OthelloJRootPane
Method setTokens sets the tokens on the JCanvas.
SPACING
- Static variable in interface othello.gui.
OthelloParameters
startTimer()
- Method in class ai.alphabeta.
Move
stop()
- Method in class othello.gui.
OthelloJApplet
The method that stops the JApplet
stopTimer()
- Method in class ai.alphabeta.
Move
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Y