Uses of Class
org.tweetyproject.arg.aba.syntax.Assumption
Packages that use Assumption
Package
Description
-
Uses of Assumption in org.tweetyproject.arg.aba.reasoner
Methods in org.tweetyproject.arg.aba.reasoner with parameters of type AssumptionModifier and TypeMethodDescriptionFlatAbaReasoner.query(AbaTheory<T> beliefbase, Assumption<T> query, InferenceMode inferenceMode)GeneralAbaReasoner.query(AbaTheory<T> beliefbase, Assumption<T> query)GeneralAbaReasoner.query(AbaTheory<T> beliefbase, Assumption<T> query, InferenceMode inferenceMode)Queries the given ABA theory for the given assumption using the given inference type. -
Uses of Assumption in org.tweetyproject.arg.aba.semantics
Methods in org.tweetyproject.arg.aba.semantics that return types with arguments of type AssumptionMethods in org.tweetyproject.arg.aba.semantics with parameters of type AssumptionModifier and TypeMethodDescriptionbooleanAbaExtension.add(Assumption<T> e)static <T extends Invertable>
booleanAbaAttack.attacks(Deduction<T> attacker, Assumption<T> attacked)booleanAbaExtension.satisfies(Assumption<T> formula)Method parameters in org.tweetyproject.arg.aba.semantics with type arguments of type AssumptionModifier and TypeMethodDescriptionbooleanAbaExtension.addAll(Collection<? extends Assumption<T>> c)static <T extends Formula>
Collection<AbaAttack<T>>AbaAttack.allAttacks(Collection<Assumption<T>> from, Collection<Assumption<T>> to, AbaTheory<T> abat)Returns all attacks from the given attacking set to the given attacked set.Constructor parameters in org.tweetyproject.arg.aba.semantics with type arguments of type AssumptionModifierConstructorDescriptionAbaExtension(Collection<Assumption<T>> assumptions)Creates a new extension with the given assumptions. -
Uses of Assumption in org.tweetyproject.arg.aba.syntax
Methods in org.tweetyproject.arg.aba.syntax that return AssumptionMethods in org.tweetyproject.arg.aba.syntax that return types with arguments of type AssumptionModifier and TypeMethodDescriptionAbaTheory.getAllConflictFreeExtensions()Computes all context-free extensions.AbaTheory.getAllExtensions()Computes all possible extensions.AbaTheory.getAssumptions()AbaTheory.getClosure(Collection<Assumption<T>> assumptions)A closure is the set of assumptions that can be derived from a set of assumptions via inference rules.Methods in org.tweetyproject.arg.aba.syntax with parameters of type AssumptionModifier and TypeMethodDescriptionbooleanAbaTheory.defends(Collection<Assumption<T>> defendor, Assumption<T> defended)Checks whether a set of arguments defends an argument.Method parameters in org.tweetyproject.arg.aba.syntax with type arguments of type AssumptionModifier and TypeMethodDescriptionbooleanAbaTheory.attacks(Collection<Assumption<T>> attackers, Collection<Assumption<T>> attackeds)Checks whether a set of assumptions attacks another set of assumptions.booleanAbaTheory.defends(Collection<Assumption<T>> defendor, Assumption<T> defended)Checks whether a set of arguments defends an argument.AbaTheory.getAllDeductions(Collection<Assumption<T>> assumptions)AbaTheory.getClosure(Collection<Assumption<T>> assumptions)A closure is the set of assumptions that can be derived from a set of assumptions via inference rules.booleanAbaTheory.isClosed(Collection<Assumption<T>> assumptions)A set of assumptions is closed iff it equals its closure.booleanAbaTheory.isConflictFree(Collection<Assumption<T>> ext)Checks whether a set of arguments is conflict-free.voidAbaTheory.setAssumptions(Collection<Assumption<T>> assumptions)