| Package | Description |
|---|---|
| net.sf.tweety.arg.lp | |
| net.sf.tweety.arg.lp.semantics | |
| net.sf.tweety.arg.lp.semantics.attack |
| Constructor and Description |
|---|
ArgumentationReasoner(net.sf.tweety.commons.BeliefBase beliefBase,
AttackStrategy attack,
AttackStrategy defence)
Creates a new ArgumentationReasoner for the given belief base and parameterised
by a notion of attack for the opponent and another notion of attack for the defense
|
LiteralReasoner(net.sf.tweety.commons.BeliefBase beliefBase,
AttackStrategy attack,
AttackStrategy defence)
Creates a new reasoner for reasoning about literals in an
extended logic program given by the beliefBase.
|
| Constructor and Description |
|---|
AttackRelation(ArgumentationKnowledgeBase kb,
AttackStrategy strategy)
Creates a new AttackRelation for an argumentation knowledgebase
and a certain notion of attack.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Attack
This notion of attack models the attack relation.
|
class |
ConfidentAttack
This notion of attack models the confident attack relation.
|
class |
ConfidentRebut
This notion of attack models the strong rebut relation.
|
class |
Defeat
This notion of attack models the defeat relation.
|
class |
Rebut
This notion of attack models the rebut relation.
|
class |
StrongAttack
This notion of attack models the strong attack relation.
|
class |
StrongConfidentAttack
This notion of attack models the strong confident attack relation.
|
class |
StrongUndercut
This notion of attack models the strong undercut relation.
|
class |
Undercut
This notion of attack models the undercut relation.
|
Copyright © 2018. All rights reserved.