|
Jacson | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SplittingMode
Implementations of this are responsible for dividing the
number of players into boards or tables.
A SplittingMode for chess tournaments will propose splitting the tourney
into pairs of players. The same would happen for team bridge. For
a individual bridge tournament however a splitter should suggest
splitting players in quadruples.
Implementations of PairingMode
should be able to handle
the suggested splittings.
$URL: https://svn.sourceforge.net/svnroot/jtourney/src/de/spieleck/app/turn/SplittingMode.java $
Method Summary | |
---|---|
int |
optimal()
Return optimal playing number. |
int[] |
split(int total)
Return a split. |
Methods inherited from interface de.spieleck.app.turn.LineSourceInited |
---|
init |
Method Detail |
---|
int optimal()
int[] split(int total)
|
spieleck.de | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |