Uses of Class
edu.wisc.game.sql.ReplayedEpisode.RandomPlayer
-
Packages that use ReplayedEpisode.RandomPlayer Package Description edu.wisc.game.sql Persistent data structures -
-
Uses of ReplayedEpisode.RandomPlayer in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return ReplayedEpisode.RandomPlayer Modifier and Type Method Description static ReplayedEpisode.RandomPlayerReplayedEpisode.RandomPlayer. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplayedEpisode.RandomPlayer[]ReplayedEpisode.RandomPlayer. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in edu.wisc.game.sql with parameters of type ReplayedEpisode.RandomPlayer Constructor Description ReplayedEpisode(String _episodeId, ParaSet _para, Game game, ReplayedEpisode.RandomPlayer _randomPlayerModel)Creates an Episode in order to replay an old recorded Game (with a known rule set and a known initial board).
-