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)
-
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()
AbaTheory.getAllDeductions(Collection<Assumption<T>> assumptions)
Methods in org.tweetyproject.arg.aba.syntax with parameters of type DeductionModifier and TypeMethodDescriptionvoid
Deduction.addSubDeduction(Deduction<T> sub)
Adds a subdeductionboolean
Constructor parameters in org.tweetyproject.arg.aba.syntax with type arguments of type Deduction