Uses of Interface
net.sf.tweety.arg.dung.util.DungTheoryGenerator
-
Packages that use DungTheoryGenerator Package Description net.sf.tweety.agents.dialogues.lotteries.sim net.sf.tweety.agents.dialogues.oppmodels.sim net.sf.tweety.arg.dung.util -
-
Uses of DungTheoryGenerator in net.sf.tweety.agents.dialogues.lotteries.sim
Constructors in net.sf.tweety.agents.dialogues.lotteries.sim with parameters of type DungTheoryGenerator Constructor Description LotteryGameGenerator(DungTheoryGenerator gen, Semantics semantics)Creates a new game generator.LotteryGameGenerator(DungTheoryGenerator gen, Semantics semantics, boolean ensureArg)Creates a new game generator. -
Uses of DungTheoryGenerator in net.sf.tweety.agents.dialogues.oppmodels.sim
Constructors in net.sf.tweety.agents.dialogues.oppmodels.sim with parameters of type DungTheoryGenerator Constructor Description GroundedGameGenerator(DungTheoryGenerator gen, double viewPercentagePro, double viewPercentageCon)Creates a new game generator. -
Uses of DungTheoryGenerator in net.sf.tweety.arg.dung.util
Classes in net.sf.tweety.arg.dung.util that implement DungTheoryGenerator Modifier and Type Class Description classDefaultDungTheoryGeneratorImplements a customizable Dung theory generator.classEnumeratingDungTheoryGeneratorThis generator generators all possible Dung argumentation theories.classFileDungTheoryGeneratorThis generator receives a list of files containing Dung theories and returns those step by step.classIsoSafeEnumeratingDungTheoryGeneratorThis generator generators all possible Dung argumentation theories (modulo graph isomorphism).classPodlaszewskiCaminadaDungTheoryGeneratorThis generator generates abstract argumentation frameworks following the schema described in "Strong Admissibility Revisited" (COMMA2014) by Martin Caminda, following and idea by Mikolay Podlaszewski.
-