Package edu.wisc.game.tools
Class PlanStats
java.lang.Object
edu.wisc.game.tools.PlanStats
public class PlanStats extends Object
Lists experiment plans and the number of players who played them, etc
-
Field Summary
Fields Modifier and Type Field Description int
episodeCnt
String
exp
Plan nameint
realPlayerCnt
How many players have played at least one episode in this plan -
Method Summary
-
Field Details
-
exp
Plan name -
realPlayerCnt
public int realPlayerCntHow many players have played at least one episode in this plan -
episodeCnt
public int episodeCnt
-
-
Method Details
-
toString
-
listPlans
-
listSAllExperimentPlansHtml
Creates an HTML snippet (to be used inside a FORM) listing all currently existing experiment plans.- Throws:
IOException
-
main
-