Uses of Class
edu.wisc.game.tools.EpisodeHandle
-
Packages that use EpisodeHandle Package Description edu.wisc.game.saved edu.wisc.game.tools -
-
Uses of EpisodeHandle in edu.wisc.game.saved
Methods in edu.wisc.game.saved that return types with arguments of type EpisodeHandle Modifier and Type Method Description static HashMap<String,EpisodeHandle>
TranscriptManager. findRuleSetNames(String exp, AnalyzeTranscripts.TrialListMap trialListMap, File detailedTranscriptsFile)
This method is used as a helper in a unit test for ReplayedEpisode; its purpose is to find rule set names for various episodes without accessing the SQL server. -
Uses of EpisodeHandle in edu.wisc.game.tools
Method parameters in edu.wisc.game.tools with type arguments of type EpisodeHandle Modifier and Type Method Description protected void
AnalyzeTranscripts. analyzePlayerRecord(String playerId, Vector<EpisodeHandle> v)
Reads one player's transcript, and prepares a complete report for that player.
-