|
Jacson | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayerScore | |
---|---|
de.spieleck.app.turn | |
de.spieleck.app.turn.scoring |
Uses of PlayerScore in de.spieleck.app.turn |
---|
Subinterfaces of PlayerScore in de.spieleck.app.turn | |
---|---|
interface |
PlayerGameScore
The PlayerGameScore represents the score a Player
achieves during a single game or table. |
Methods in de.spieleck.app.turn that return PlayerScore | |
---|---|
PlayerScore |
ScoringMode.add(PlayerScore p,
PlayerGameScore pgs)
Accumulate the total score of a player with the outcome of one game. |
PlayerScore |
ScoringMode.addPlayers(PlayerScore p1,
PlayerScore p2)
Accumulate player total scores to another total for tiebreaking reasons. |
PlayerScore |
Player.getFineScore()
|
PlayerScore |
Player.getScore()
|
PlayerScore |
ScoringMode.initialValue()
Generate an initial score for a players tournament start. |
Methods in de.spieleck.app.turn with parameters of type PlayerScore | |
---|---|
PlayerScore |
ScoringMode.add(PlayerScore p,
PlayerGameScore pgs)
Accumulate the total score of a player with the outcome of one game. |
PlayerScore |
ScoringMode.addPlayers(PlayerScore p1,
PlayerScore p2)
Accumulate player total scores to another total for tiebreaking reasons. |
void |
Player.setScore(PlayerScore ps)
|
Uses of PlayerScore in de.spieleck.app.turn.scoring |
---|
Classes in de.spieleck.app.turn.scoring that implement PlayerScore | |
---|---|
static class |
Chess.ChessScore
|
static class |
Mue.MueScore
|
static class |
Zoff.ZoffScore
|
Methods in de.spieleck.app.turn.scoring that return PlayerScore | |
---|---|
PlayerScore |
BaseScoring.add(PlayerScore p1,
PlayerGameScore p2)
Implementers help. |
PlayerScore |
Zoff.addPlayers(PlayerScore ps,
PlayerScore pgs)
|
PlayerScore |
Mue.addPlayers(PlayerScore ps,
PlayerScore pgs)
|
PlayerScore |
Chess.addPlayers(PlayerScore ps,
PlayerScore pgs)
|
PlayerScore |
BaseScoring.initialValue()
Implementers help. |
Methods in de.spieleck.app.turn.scoring with parameters of type PlayerScore | |
---|---|
PlayerScore |
BaseScoring.add(PlayerScore p1,
PlayerGameScore p2)
Implementers help. |
PlayerScore |
Zoff.addPlayers(PlayerScore ps,
PlayerScore pgs)
|
PlayerScore |
Mue.addPlayers(PlayerScore ps,
PlayerScore pgs)
|
PlayerScore |
Chess.addPlayers(PlayerScore ps,
PlayerScore pgs)
|
|
spieleck.de | |||||||||
PREV NEXT | FRAMES NO FRAMES |