Package net.starype.quiz.api.game
Class SimpleGameReport
- java.lang.Object
-
- net.starype.quiz.api.game.SimpleGameReport
-
- All Implemented Interfaces:
GameRoundReport
public class SimpleGameReport extends java.lang.Object implements GameRoundReport
-
-
Constructor Summary
Constructors Constructor Description SimpleGameReport(java.util.List<java.lang.String> rawMessages, java.util.List<ScoreDistribution.Standing> orderedStandings)
SimpleGameReport(java.util.List<ScoreDistribution.Standing> orderedStandings)
-
Method Summary
Modifier and Type Method Description java.util.List<ScoreDistribution.Standing>
orderedStandings()
java.util.List<java.lang.String>
rawMessages()
-
-
-
Constructor Detail
-
SimpleGameReport
public SimpleGameReport(java.util.List<ScoreDistribution.Standing> orderedStandings)
-
SimpleGameReport
public SimpleGameReport(java.util.List<java.lang.String> rawMessages, java.util.List<ScoreDistribution.Standing> orderedStandings)
-
-
Method Detail
-
rawMessages
public java.util.List<java.lang.String> rawMessages()
- Specified by:
rawMessages
in interfaceGameRoundReport
-
orderedStandings
public java.util.List<ScoreDistribution.Standing> orderedStandings()
- Specified by:
orderedStandings
in interfaceGameRoundReport
-
-