| Modifier and Type | Method and Description |
|---|---|
DungTheory |
DungTheory.getComplementGraph(int selfloops) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DungTheory.add(DungTheory theory)
Adds all arguments and attacks of the given theory to
this theory
|
int |
DungTheory.compareTo(DungTheory o) |
| Modifier and Type | Method and Description |
|---|---|
Collection<DungTheory> |
Division.getDividers(DungTheory theory,
int semantics)
Returns the dividers for this division, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DungTheory> |
Division.getDividers(DungTheory theory,
int semantics)
Returns the dividers for this division, i.e.
|
static Collection<Division> |
Division.getDivisions(Collection<Extension> exts,
DungTheory aaf)
Returns all divisions of all given extensions and the given aaf.
|
static Collection<Division> |
Division.getDivisions(Extension ext,
DungTheory aaf)
Returns all divisions of aaf that arise from the given extension.
|
static Collection<Division> |
Division.getStandardDivisions(DungTheory theory)
Returns the standard set of divisions of the given argumentation theory, i.e.
|
static boolean |
Division.isDisjoint(Collection<Division> divisions,
DungTheory theory,
int semantics)
Checks whether the given set o divisions is disjoint wrt.
|
static boolean |
Division.isExhaustive(Collection<Division> divisions,
DungTheory theory,
int semantics)
Checks whether the given set of divisions is exhaustive wrt.
|
| Constructor and Description |
|---|
LdoInterpretation(DungTheory theory,
Extension ext,
int semantics)
Creates a new interpretation
|
LdoInterpretation(DungTheory theory,
int semantics)
Creates a new interpretation
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DungTheory> |
LdoFormula.getDividers(DungTheory theory,
int semantics)
Returns the dividers for this formula, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DungTheory> |
LdoFormula.getDividers(DungTheory theory,
int semantics)
Returns the dividers for this formula, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
DungTheory |
DungParser.parseBeliefBase(Reader reader) |
DungTheory |
ApxParser.parseBeliefBase(Reader reader) |
static DungTheory |
DungParser.Theory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
DungParser.Argument(DungTheory dungTheory) |
static void |
DungParser.Attack(DungTheory dungTheory) |
static void |
DungParser.Expression(DungTheory dungTheory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractArgumentationInterpretation.isAcceptable(Argument argument,
DungTheory dungTheory)
returns true if every attacker on
|
boolean |
AbstractArgumentationInterpretation.isAdmissable(DungTheory dungTheory)
returns true if every accepted argument of this is defended by some accepted
argument wrt.
|
boolean |
AbstractArgumentationInterpretation.isConflictFree(DungTheory dungTheory)
returns true if no accepted argument attacks another accepted one in
this interpretation wrt.
|
| Constructor and Description |
|---|
Labeling(DungTheory theory,
Extension ext)
Creates a new labeling from the given extension wrt.
|
| Modifier and Type | Method and Description |
|---|---|
DungTheory |
PodlaszewskiCaminadaDungTheoryGenerator.generate() |
DungTheory |
IsoSafeEnumeratingDungTheoryGenerator.generate() |
DungTheory |
FileDungTheoryGenerator.generate() |
DungTheory |
EnumeratingDungTheoryGenerator.generate() |
DungTheory |
DungTheoryGenerator.generate()
Generates a new Dung theory
|
DungTheory |
DefaultDungTheoryGenerator.generate() |
DungTheory |
PodlaszewskiCaminadaDungTheoryGenerator.generate(Argument arg) |
DungTheory |
IsoSafeEnumeratingDungTheoryGenerator.generate(Argument arg) |
DungTheory |
FileDungTheoryGenerator.generate(Argument arg) |
DungTheory |
EnumeratingDungTheoryGenerator.generate(Argument arg) |
DungTheory |
DungTheoryGenerator.generate(Argument arg)
Generates a new Dung theory where the given argument
is enforced to be in the grounded extension
|
DungTheory |
DefaultDungTheoryGenerator.generate(Argument arg) |
| Constructor and Description |
|---|
FileDungTheoryGenerator(File[] files,
net.sf.tweety.commons.Parser<DungTheory> parser)
Creates a new theory generator for the given files, which
can be parsed by the given parser.
|
Copyright © 2016. All rights reserved.