Package edu.wisc.game.sql
Class Pairing.State
- java.lang.Object
-
- edu.wisc.game.sql.Pairing.State
-
-
Constructor Summary
Constructors Constructor Description State()
-
-
-
Field Detail
-
NONE
public static final int NONE
Not yet paired, or not a pair game at all- See Also:
- Constant Field Values
-
ZERO
public static final int ZERO
The two players in a pair- See Also:
- Constant Field Values
-
ONE
public static final int ONE
The two players in a pair- See Also:
- Constant Field Values
-
ERROR
public static final int ERROR
- See Also:
- Constant Field Values
-
-