Uses of Class
org.tweetyproject.arg.aba.syntax.Deduction
Packages that use Deduction
-
Uses of Deduction in org.tweetyproject.arg.aba.semantics
Methods in org.tweetyproject.arg.aba.semantics with parameters of type DeductionModifier 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
Methods in org.tweetyproject.arg.aba.syntax that return types with arguments of type DeductionModifier 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 theoryMethods in org.tweetyproject.arg.aba.syntax with parameters of type DeductionModifier and TypeMethodDescriptionvoidDeduction.addSubDeduction(Deduction<T> sub) Adds a subdeductionbooleanCheck if attacker attacks attackedConstructor parameters in org.tweetyproject.arg.aba.syntax with type arguments of type Deduction