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 class
DefaultDungTheoryGenerator
Implements a customizable Dung theory generator.class
EnumeratingDungTheoryGenerator
This generator generators all possible Dung argumentation theories.class
FileDungTheoryGenerator
This generator receives a list of files containing Dung theories and returns those step by step.class
IsoSafeEnumeratingDungTheoryGenerator
This generator generators all possible Dung argumentation theories (modulo graph isomorphism).class
PodlaszewskiCaminadaDungTheoryGenerator
This generator generates abstract argumentation frameworks following the schema described in "Strong Admissibility Revisited" (COMMA2014) by Martin Caminda, following and idea by Mikolay Podlaszewski.
-