|
Jacson | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.spieleck.app.turn.pairing.BasePairing de.spieleck.app.turn.pairing.RandomPairing
public class RandomPairing
A pairing mode, randomly shuffling players. E.g. good for a first round in a tourney.
Constructor Summary | |
---|---|
RandomPairing()
|
Method Summary | |
---|---|
Game[] |
pairing(int round,
PlayerRegistry pRegistry,
SplittingMode sm)
|
java.lang.String |
toString()
|
Methods inherited from class de.spieleck.app.turn.pairing.BasePairing |
---|
init, sum |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RandomPairing()
Method Detail |
---|
public Game[] pairing(int round, PlayerRegistry pRegistry, SplittingMode sm)
public java.lang.String toString()
toString
in class java.lang.Object
|
spieleck.de | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |