Package edu.wisc.game.sql
Class PlayerInfo.Series
- java.lang.Object
-
- edu.wisc.game.sql.PlayerInfo.Series
-
- Enclosing class:
- PlayerInfo
public class PlayerInfo.Series extends Object
A Series is a list of all episodes played under a specific param set. A player has as many Series objects as there are lines in that player's trial list.
-
-
Field Summary
Fields Modifier and Type Field Description Vector<EpisodeInfo>
episodes
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
seriesHasX4(int mj)
True if we have the DOUBLING (or LIKELIHOOD) incentive scheme, and this series has been ended by the x4 achievementString
toString()
-
-
-
Field Detail
-
episodes
public Vector<EpisodeInfo> episodes
-
-