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 TypeMethodDescriptionboolean
AbaExtension.add
(Assumption<T> e) static <T extends Invertable>
booleanAbaAttack.attacks
(Deduction<T> attacker, Assumption<T> attacked) boolean
AbaExtension.satisfies
(Assumption<T> formula) Method parameters in org.tweetyproject.arg.aba.semantics with type arguments of type AssumptionModifier and TypeMethodDescriptionboolean
AbaExtension.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 TypeMethodDescriptionboolean
AbaTheory.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 TypeMethodDescriptionboolean
AbaTheory.attacks
(Collection<Assumption<T>> attackers, Collection<Assumption<T>> attackeds) Checks whether a set of assumptions attacks another set of assumptions.boolean
AbaTheory.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.boolean
AbaTheory.isClosed
(Collection<Assumption<T>> assumptions) A set of assumptions is closed iff it equals its closure.boolean
AbaTheory.isConflictFree
(Collection<Assumption<T>> ext) Checks whether a set of arguments is conflict-free.void
AbaTheory.setAssumptions
(Collection<Assumption<T>> assumptions) -
Uses of Assumption in org.tweetyproject.web.spring_services.aba
Methods in org.tweetyproject.web.spring_services.aba with parameters of type AssumptionModifier and TypeMethodDescriptionAbaReasonerCalleeFactory.getCallee
(AbaReasonerCalleeFactory.Command cmd, GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase, Assumption<T> a) *description missing*Constructors in org.tweetyproject.web.spring_services.aba with parameters of type AssumptionModifierConstructorDescriptionAbaReasonerQueryCallee
(GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase, Assumption<T> a) *description missing*