Package edu.wisc.game.sql
Class Pairing.State
java.lang.Object
edu.wisc.game.sql.Pairing.State
- Enclosing class:
Pairing
A player's current state in the pairing system. The value is stored in PlayerInfo.pairState.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NONE
public static final int NONENot yet paired, or not a pair game at all- See Also:
-
ZERO
public static final int ZEROThe two players in a pair- See Also:
-
ONE
public static final int ONEThe two players in a pair- See Also:
-
ERROR
public static final int ERROR- See Also:
-
-
Constructor Details
-
State
public State()
-