All Packages Class Hierarchy This Package Previous Next Index
Class cnctInfoSocket.cnctInfoGame
java.lang.Object
|
+----cnctInfoSocket.cnctInfoGame
- public class cnctInfoGame
- extends Object
-
BLACK
-
-
DONE
-
-
gameNumber
-
-
NOTHING
-
-
RUNNING
-
-
size
-
-
status
-
-
WAITING
-
-
WHITE
-
-
winner
-
-
cnctInfoGame()
-
-
cnctInfoGame(int, int)
-
-
getGameNumber()
-
-
getSize()
-
-
getStatus()
-
-
getStatusString()
-
-
getWinner()
-
-
getWinnerString()
-
-
setGameNumber(int)
-
-
setSize(int)
-
-
setStatus(String)
-
-
setWinner(String)
-
gameNumber
private int gameNumber
status
private int status
winner
private int winner
size
private int size
RUNNING
public static final int RUNNING
WAITING
public static final int WAITING
DONE
public static final int DONE
BLACK
public static final int BLACK
WHITE
public static final int WHITE
NOTHING
public static final int NOTHING
cnctInfoGame
public cnctInfoGame()
cnctInfoGame
public cnctInfoGame(int _number,
int _status)
getGameNumber
public int getGameNumber()
setGameNumber
public void setGameNumber(int number)
getStatus
public int getStatus()
getStatusString
public String getStatusString()
setStatus
public boolean setStatus(String stat)
getWinner
public int getWinner()
getWinnerString
public String getWinnerString()
setWinner
public boolean setWinner(String col)
getSize
public int getSize()
setSize
public void setSize(int _size)
All Packages Class Hierarchy This Package Previous Next Index