public class StructuredArgumentationFramework extends DungTheory
IGNORE_SELFLOOPS, INVERT_SELFLOOPS, REMOVE_SELFLOOPS| Constructor and Description |
|---|
StructuredArgumentationFramework()
Creates a new empty structured argumentation framework.
|
| Modifier and Type | Method and Description |
|---|---|
PropositionalSignature |
getSignature()
Returns the signature of the language of this knowledge base.
|
boolean |
isAttackedBy(Argument arg1,
Argument arg2)
Checks whether arg1 is attacked by arg2.
|
DungTheory |
toDungTheory()
Constructs a (pure) Dung theory from this structured argumentation framework.
|
add, add, add, addAllAttacks, areAdjacent, compareTo, contains, containsAll, equals, existsDirectedPath, faf, getAdjancyMatrix, getAttacked, getAttackers, getAttacks, getChildren, getComplementGraph, getEdge, getEdges, getNeighbors, getNodes, getNumberOfNodes, getParents, getRestriction, getStronglyConnectedComponents, getSubgraphs, hashCode, hasSelfLoops, isAttacked, isAttacked, isAttackedBy, isAttackingAllOtherArguments, isCoherent, isIndirectAttack, isRelativelyCoherent, isSupport, isWeightedGraph, isWellFounded, prettyPrint, remove, remove, removeAll, toStringadd, addAll, clear, instantiateSet, isEmpty, iterator, remove, retainAll, size, toArray, toArraypublic StructuredArgumentationFramework()
public PropositionalSignature getSignature()
BeliefBasegetSignature in interface BeliefBasegetSignature in class DungTheorypublic boolean isAttackedBy(Argument arg1, Argument arg2)
DungTheoryisAttackedBy in class DungTheoryarg1 - an argument.arg2 - an argument.public DungTheory toDungTheory()