Uses of Class
org.tweetyproject.arg.aba.syntax.Deduction
-
Uses of Deduction in org.tweetyproject.arg.aba.semantics
Modifier and TypeMethodDescriptionstatic <T extends Invertable>
booleanAbaAttack.attacks
(Deduction<T> attacker, Assumption<T> attacked) True iff attacker attacks attacked -
Uses of Deduction in org.tweetyproject.arg.aba.syntax
Modifier and TypeMethodDescriptionAbaTheory.getAllDeductions()
Return all deductions that can be derived from this theoryAbaTheory.getAllDeductions
(Collection<Assumption<T>> assumptions) Return all deductions that can be derived from this theoryModifier and TypeMethodDescriptionvoid
Deduction.addSubDeduction
(Deduction<T> sub) Adds a subdeductionboolean
Check if attacker attacks attacked