Uses of Interface
org.tweetyproject.arg.dung.util.DungTheoryGenerator
Package
Description
-
Uses of DungTheoryGenerator in org.tweetyproject.agents.dialogues.lotteries.sim
ModifierConstructorDescriptionLotteryGameGenerator
(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 org.tweetyproject.agents.dialogues.oppmodels.sim
ModifierConstructorDescriptionGroundedGameGenerator
(DungTheoryGenerator gen, double viewPercentagePro, double viewPercentageCon) Creates a new game generator. -
Uses of DungTheoryGenerator in org.tweetyproject.arg.dung.util
Modifier and TypeClassDescriptionclass
Implements a customizable Dung theory generator.class
This class is responsible for dilating a specified original abstract argumentation framework by adding new arguments and new attacks, while conserving the original framwork.class
This generator generators all possible Dung argumentation theories.class
This generator receives a list of files containing Dung theories and returns those step by step.class
This generator generators all possible Dung argumentation theories (modulo graph isomorphism).class
Creates AAFs with a complex structure for tasks related to skeptical reasoning wrt.class
This generator generates abstract argumentation frameworks following the schema described in "Strong Admissibility Revisited" (COMMA2014) by Martin Caminda, following and idea by Mikolay Podlaszewski. -
Uses of DungTheoryGenerator in org.tweetyproject.arg.weighted.util
ModifierConstructorDescriptionWeightedSemiringDungTheoryGenerator
(DungTheoryGenerator generator, Semiring<T> semiring) Constructs a WeightedSemiringDungTheoryGenerator with the specified DungTheoryGenerator and Semiring.