|
Jacson | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlayerGameScore | |
---|---|
de.spieleck.app.turn | |
de.spieleck.app.turn.scoring |
Uses of PlayerGameScore in de.spieleck.app.turn |
---|
Methods in de.spieleck.app.turn that return PlayerGameScore | |
---|---|
PlayerGameScore[] |
ScoringMode.adjustScore(PlayerGameScore[] raw)
Perform adjustments on the playerscores of a game. |
PlayerGameScore |
GameResult.getScore(Player p)
|
PlayerGameScore |
ScoringMode.parseRawScore(java.lang.String line)
Parse a single players score from a String. |
PlayerGameScore |
ScoringMode.zeroScore()
Generate a zero score for a game with yet no outcome. |
Methods in de.spieleck.app.turn with parameters of type PlayerGameScore | |
---|---|
void |
GameResult.add(Player p,
PlayerGameScore pgs)
|
PlayerScore |
ScoringMode.add(PlayerScore p,
PlayerGameScore pgs)
Accumulate the total score of a player with the outcome of one game. |
PlayerGameScore[] |
ScoringMode.adjustScore(PlayerGameScore[] raw)
Perform adjustments on the playerscores of a game. |
java.lang.String |
ScoringMode.checkScore(PlayerGameScore[] raw)
Return error when scores are not fitting together. |
Uses of PlayerGameScore in de.spieleck.app.turn.scoring |
---|
Classes in de.spieleck.app.turn.scoring that implement PlayerGameScore | |
---|---|
static class |
Chess.ChessScore
|
static class |
Mue.MueScore
|
static class |
Zoff.ZoffScore
|
Methods in de.spieleck.app.turn.scoring that return PlayerGameScore | |
---|---|
PlayerGameScore[] |
Zoff.adjustScore(PlayerGameScore[] pgs)
|
PlayerGameScore[] |
Mue.adjustScore(PlayerGameScore[] pgs)
|
PlayerGameScore[] |
Chess.adjustScore(PlayerGameScore[] pgs)
|
PlayerGameScore |
Zoff.parseRawScore(java.lang.String line)
|
PlayerGameScore |
Mue.parseRawScore(java.lang.String line)
|
PlayerGameScore |
Chess.parseRawScore(java.lang.String line)
|
PlayerGameScore |
Zoff.zeroScore()
|
PlayerGameScore |
Mue.zeroScore()
|
PlayerGameScore |
Chess.zeroScore()
|
Methods in de.spieleck.app.turn.scoring with parameters of type PlayerGameScore | |
---|---|
PlayerScore |
BaseScoring.add(PlayerScore p1,
PlayerGameScore p2)
Implementers help. |
PlayerGameScore[] |
Zoff.adjustScore(PlayerGameScore[] pgs)
|
PlayerGameScore[] |
Mue.adjustScore(PlayerGameScore[] pgs)
|
PlayerGameScore[] |
Chess.adjustScore(PlayerGameScore[] pgs)
|
java.lang.String |
Zoff.checkScore(PlayerGameScore[] pgs)
|
java.lang.String |
Chess.checkScore(PlayerGameScore[] pgs)
|
java.lang.String |
BaseScoring.checkScore(PlayerGameScore[] pgs)
|
|
spieleck.de | |||||||||
PREV NEXT | FRAMES NO FRAMES |