Class LotteryDialogueTest2


  • public class LotteryDialogueTest2
    extends java.lang.Object
    Main class for empirical evaluation in [Hunter, Thimm. 2015, to appear]
    Author:
    Matthias Thimm
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int rep
      Number of repetitions per file
      static Semantics semantics
      The argumentation semantics used
      static int timeout
      Timeout
    • Method Summary

      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Main method for evaluation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • semantics

        public static Semantics semantics
        The argumentation semantics used
      • timeout

        public static int timeout
        Timeout
      • rep

        public static int rep
        Number of repetitions per file
    • Constructor Detail

      • LotteryDialogueTest2

        public LotteryDialogueTest2()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws ParserException,
                                java.io.FileNotFoundException,
                                java.io.IOException
        Main method for evaluation.
        Parameters:
        args - additional arguments
        Throws:
        ParserException - if parsing failed
        java.io.FileNotFoundException - if a file could not be found
        java.io.IOException - if some general IO issue occurred