Uses of Class
edu.wisc.game.sql.Episode.OutputMode
Package | Description |
---|---|
edu.wisc.game.sql |
Persistent data structures
|
-
Uses of Episode.OutputMode in edu.wisc.game.sql
Methods in edu.wisc.game.sql that return Episode.OutputMode Modifier and Type Method Description static Episode.OutputMode
Episode.OutputMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Episode.OutputMode[]
Episode.OutputMode. 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 Episode.OutputMode Constructor Description Episode(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).Episode(Game game, Episode.OutputMode _outputMode, Reader _in, PrintWriter _out, String _episodeId)