Class FileDungTheoryGenerator

    • Constructor Detail

      • FileDungTheoryGenerator

        public FileDungTheoryGenerator​(File[] files,
                                       net.sf.tweety.commons.Parser<DungTheory,​?> parser,
                                       boolean loop)
        Creates a new theory generator for the given files, which can be parsed by the given parser.
        Parameters:
        files - an array of files.
        parser - a parser for the files.
        loop - whether to loop the files indefinitely.