Uses of Enum Class
edu.wisc.game.sql.Episode.OutputMode
Packages that use Episode.OutputMode
-
Uses of Episode.OutputMode in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return Episode.OutputModeModifier and TypeMethodDescriptionstatic Episode.OutputMode
Returns the enum constant of this class with the specified name.static Episode.OutputMode[]
Episode.OutputMode.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 Episode.OutputModeModifierConstructorDescriptionEpisode
(Game game, Episode.OutputMode _outputMode, Reader _in, PrintWriter _out) Creates a new Episode for a given Game (which defines rules and the properties of the initial board).protected
Episode
(Game game, Episode.OutputMode _outputMode, Reader _in, PrintWriter _out, String _episodeId)