Class EnumeratingDungTheoryGenerator

  • All Implemented Interfaces:
    Iterator<DungTheory>, DungTheoryGenerator, net.sf.tweety.commons.BeliefSetIterator<Argument,​DungTheory>

    public class EnumeratingDungTheoryGenerator
    extends Object
    implements DungTheoryGenerator
    This generator generators all possible Dung argumentation theories. It starts with the argumentation frameworks just consisting of one arguments and then increases their size.
    Author:
    Matthias Thimm
    • Constructor Detail

      • EnumeratingDungTheoryGenerator

        public EnumeratingDungTheoryGenerator()
        Creates a new enumerating Dung theory generator.