| Package | com.godpaper.tic_tac_toe.model.vo |
| Class | public class ChessVO_TicTacToe |
| Inheritance | ChessVO_TicTacToe AbstractChessVO BitBoard BitVector Object |
| Method | Defined By | ||
|---|---|---|---|
ChessVO_TicTacToe(width:int, height:int, rowIndex:int, colIndex:int, flag:uint = 0, identifier:String) | ChessVO_TicTacToe | ||
![]() | BitBoard | ||
![]() | clear():void [override]
Resets all bits to 0;
| BitBoard | |
![]() | BitBoard | ||
![]() | dump():String
Dump out a string representing the current object. | BitBoard | |
![]() | getBit(index:int):int
Gets a bit from a given index. | BitVector | |
![]() | getBitt(row:int, column:int):int
Gets a bit from a given row and column. | BitBoard | |
![]() | getCols(colIndex:int):Array | BitBoard | |
![]() | AbstractChessVO | ||
![]() | AbstractChessVO | ||
![]() | getRows(rowIndex:int):Array | BitBoard | |
![]() | AbstractChessVO | ||
![]() | AbstractChessVO | ||
initialization(rowIndex:int, colIndex:int, flag:uint = 0, identifier:String):void [override] | ChessVO_TicTacToe | ||
![]() | BitBoard | ||
![]() | BitBoard | ||
![]() | resize(size:int):void
Resizes the bit-vector to an appropriate number of bits. | BitVector | |
![]() | BitBoard | ||
![]() |
notice:this function is suitable for which board column equals to row. | BitBoard | |
![]() | BitBoard | ||
![]() | setAll():void [override]
Sets each bit to 1. | BitBoard | |
![]() | setBit(index:int, b:Boolean):void
Sets a bit at a given index. | BitVector | |
![]() | setBitt(row:int, column:int, b:Boolean):void
Sets a bit at a given row and column. | BitBoard | |
![]() | toString():String [override]
Prints out a string representing the current object. | BitBoard | |
![]() | BitBoard | ||
| ChessVO_TicTacToe | () | Constructor |
public function ChessVO_TicTacToe(width:int, height:int, rowIndex:int, colIndex:int, flag:uint = 0, identifier:String)width:int | |
height:int | |
rowIndex:int | |
colIndex:int | |
flag:uint (default = 0) | |
identifier:String |
| initialization | () | method |
override public function initialization(rowIndex:int, colIndex:int, flag:uint = 0, identifier:String):voidParameters
rowIndex:int | |
colIndex:int | |
flag:uint (default = 0) | |
identifier:String |