메소드 |
설명 |
|
Equals ( Object anObj ) : bool |
|
|
ToString ( ) : String |
|
|
clone ( ) : Object |
|
|
cloneBoard ( ) : TicTacToeBoard |
|
|
getNumberOfMarkedPositions ( ) : int |
|
|
getState ( ) : String[] |
|
|
getUnMarkedPositions ( ) : List |
|
|
getValue ( int row, int col ) : String |
|
|
isAnyColumnComplete ( ) : bool |
|
|
isAnyDiagonalComplete ( ) : bool |
|
|
isAnyRowComplete ( ) : bool |
|
|
isEmpty ( int row, int col ) : bool |
|
|
isMarked ( String s, int i, int j ) : bool |
|
|
lineThroughBoard ( ) : bool |
|
|
markO ( int row, int col ) : void |
|
|
markX ( int row, int col ) : void |
|
|
print ( ) : void |
|
|
setState ( String state ) : void |
|
|