Uses of Interface
org.tweetyproject.arg.lp.semantics.attack.AttackStrategy
Package
Description
-
Uses of AttackStrategy in org.tweetyproject.arg.lp.reasoner
ModifierConstructorDescriptionArgumentationReasoner
(AttackStrategy attack, AttackStrategy defence) Creates a new ArgumentationReasoner parameterised by a notion of attack for the opponent and another notion of attack for the defenseLiteralReasoner
(AttackStrategy attack, AttackStrategy defence) Creates a new reasoner for reasoning about literals in an extended logic program given by the beliefBase. -
Uses of AttackStrategy in org.tweetyproject.arg.lp.semantics
ModifierConstructorDescriptionAttackRelation
(ArgumentationKnowledgeBase kb, AttackStrategy strategy) Creates a new AttackRelation for an argumentation knowledgebase and a certain notion of attack. -
Uses of AttackStrategy in org.tweetyproject.arg.lp.semantics.attack
Modifier and TypeClassDescriptionclass
This notion of attack models the attack relation.class
This notion of attack models the confident attack relation.class
This notion of attack models the strong rebut relation.class
This notion of attack models the defeat relation.class
This notion of attack models the rebut relation.class
This notion of attack models the strong attack relation.class
This notion of attack models the strong confident attack relation.class
This notion of attack models the strong undercut relation.class
This notion of attack models the undercut relation. -
Uses of AttackStrategy in org.tweetyproject.lp.asp.beliefdynamics.selectiverevision
ModifierConstructorDescriptionNaiveLiteralTransformationFunction
(Collection<ASPRule> beliefSet, AttackStrategy attackRelation, AttackStrategy defenseRelation) Creates a new naive transformation function for literals.ParameterisedArgumentativeSelectiveRevisionOperator
(ASPSolver solver, AttackStrategy attackRelation, AttackStrategy defenseRelation, ParameterisedArgumentativeSelectiveRevisionOperator.TransformationType type) Constructs a new selective revision operator using the given attack relations and a asp solver.ScepticalLiteralTransformationFunction
(Collection<ASPRule> beliefSet, AttackStrategy attackRelation, AttackStrategy defenseRelation) Creates a new sceptical transformation function for literals.