Internet Chess ToolKit
v0.2.0

ictk.boardgame
Interface Result

All Known Implementing Classes:
ChessResult

public interface Result

this is used to mark the result of a game. this interface has minimal methods in it because it still is not certain how to organize the results of all types of games elegantly into a few interfaces. As games are developed you might see more methods and interfaces that corrispond to Result.


Field Summary
static int UNDECIDED
          the came has not been decided, or is still in progress
 
Method Summary
 boolean isUndecided()
          returns true if the game is yet undecided.
 

Field Detail

UNDECIDED

public static final int UNDECIDED
the came has not been decided, or is still in progress

See Also:
Constant Field Values
Method Detail

isUndecided

public boolean isUndecided()
returns true if the game is yet undecided.


Submit a bug or feature
Visit the Website
Internet Chess ToolKit is licensed under the GPL v2 .