Uses of Enum Class
edu.wisc.game.sql.ReplayedEpisode.RandomPlayer
Packages that use ReplayedEpisode.RandomPlayer
-
Uses of ReplayedEpisode.RandomPlayer in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return ReplayedEpisode.RandomPlayerModifier and TypeMethodDescriptionstatic ReplayedEpisode.RandomPlayer
Returns the enum constant of this class with the specified name.static ReplayedEpisode.RandomPlayer[]
ReplayedEpisode.RandomPlayer.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in edu.wisc.game.sql with parameters of type ReplayedEpisode.RandomPlayerModifierConstructorDescriptionReplayedEpisode
(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).