Package edu.wisc.game.rest
Class NewEpisodeWrapper
- java.lang.Object
-
- edu.wisc.game.rest.ResponseBase
-
- edu.wisc.game.rest.NewEpisodeWrapper
-
public class NewEpisodeWrapper extends ResponseBase
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoardgetBoard()Episode.DisplaygetDisplay()The structure with a lot of information about the current episode, and its place in the experiment's framework.StringgetEpisodeId()voidsetBoard(Board _b)voidsetEpisodeId(String _episodeId)
-
-
-
Method Detail
-
getEpisodeId
public String getEpisodeId()
-
setEpisodeId
public void setEpisodeId(String _episodeId)
-
getBoard
public Board getBoard()
-
setBoard
public void setBoard(Board _b)
-
getDisplay
public Episode.Display getDisplay()
The structure with a lot of information about the current episode, and its place in the experiment's framework. (SeeEpisode.Displayfor the full structure that's actually found here)
-
-