Uses of Interface
org.tweetyproject.arg.lp.semantics.attack.AttackStrategy
Packages that use AttackStrategy
Package
Description
-
Uses of AttackStrategy in org.tweetyproject.arg.lp.reasoner
Constructors in org.tweetyproject.arg.lp.reasoner with parameters of type AttackStrategyModifierConstructorDescriptionArgumentationReasoner
(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
Constructors in org.tweetyproject.arg.lp.semantics with parameters of type AttackStrategyModifierConstructorDescriptionAttackRelation
(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
Classes in org.tweetyproject.arg.lp.semantics.attack that implement AttackStrategyModifier 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
Constructors in org.tweetyproject.lp.asp.beliefdynamics.selectiverevision with parameters of type AttackStrategyModifierConstructorDescriptionNaiveLiteralTransformationFunction
(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.