Class PlanStats


  • public class PlanStats
    extends Object
    Lists experiment plans and the number of players who played them, etc
    • Field Detail

      • exp

        public String exp
        Plan name
      • realPlayerCnt

        public int realPlayerCnt
        How many players have played at least one episode in this plan
      • episodeCnt

        public int episodeCnt
    • Method Detail

      • listPlans

        public static PlanStats[] listPlans()
      • listSAllExperimentPlansHtml

        public static String listSAllExperimentPlansHtml()
                                                  throws IOException
        Creates an HTML snippet (to be used inside a FORM) listing all currently existing experiment plans.
        Throws:
        IOException
      • main

        public static void main​(String[] argv)