| Constructor and Description |
|---|
Division(Extension p,
Extension v)
Creates a new division for the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DungTheory> |
getDividers(DungTheory theory,
Semantics semantics)
Returns the dividers for this division, i.e.
|
static Collection<Division> |
getDivisions(Collection<Extension> exts,
DungTheory aaf)
Returns all divisions of all given extensions and the given aaf.
|
static Collection<Division> |
getDivisions(Extension ext,
DungTheory aaf)
Returns all divisions of aaf that arise from the given extension.
|
static Collection<Division> |
getStandardDivisions(DungTheory theory)
Returns the standard set of divisions of the given argumentation theory, i.e.
|
static boolean |
isDisjoint(Collection<Division> divisions,
DungTheory theory,
Semantics semantics)
Checks whether the given set o divisions is disjoint wrt.
|
static boolean |
isExhaustive(Collection<Division> divisions,
DungTheory theory,
Semantics semantics)
Checks whether the given set of divisions is exhaustive wrt.
|
boolean |
isValid(Collection<Extension> exts)
Checks whether this division is valid wrt.
|
boolean |
isValid(Extension ext)
Checks whether this division is valid wrt.
|
public boolean isValid(Collection<Extension> exts)
exts - a collection of extensions.public boolean isValid(Extension ext)
ext - some extensionpublic Collection<DungTheory> getDividers(DungTheory theory, Semantics semantics)
theory - some argumentation frameworksemantics - some semanticspublic static Collection<Division> getDivisions(Collection<Extension> exts, DungTheory aaf)
exts - a collection of extensions.aaf - a Dung theorypublic static Collection<Division> getDivisions(Extension ext, DungTheory aaf)
ext - some extensionaaf - some Dung theorypublic static boolean isExhaustive(Collection<Division> divisions, DungTheory theory, Semantics semantics)
divisions - a set of divisions.theory - some aaf.semantics - some semanticspublic static boolean isDisjoint(Collection<Division> divisions, DungTheory theory, Semantics semantics)
divisions - a set of divisionstheory - some aafsemantics - some semanticspublic static Collection<Division> getStandardDivisions(DungTheory theory)
theory - some theory.Copyright © 2018. All rights reserved.