Class TrialList

    • Constructor Detail

      • TrialList

        public TrialList​(String exp,
                         String trialListId)
        Reads a trial list from the file that corresponds to a given experiment trial and the specified trial list id within that experiment.
      • TrialList

        public TrialList​(File f)
        Reads a trial list from the specified file.
    • Method Detail

      • getError

        public boolean getError()
      • setError

        public void setError​(boolean _error)
      • getErrmsg

        public String getErrmsg()
      • setErrmsg

        public void setErrmsg​(String _errmsg)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String _path)
      • extractExperimentPlanFromPlayerId

        public static String extractExperimentPlanFromPlayerId​(String playerId)
        To which experiment plan does this player ID belong?
      • trialListFile

        public static File trialListFile​(String exp,
                                         String trialListId)
        Reads a trial list from the file that corresponds to a given experiment trial and the specified trial list id within that experiment.