Uses of Class
org.tweetyproject.arg.aba.syntax.AbaTheory
Packages that use AbaTheory
Package
Description
-
Uses of AbaTheory in org.tweetyproject.arg.aba.parser
Methods in org.tweetyproject.arg.aba.parser that return AbaTheory -
Uses of AbaTheory in org.tweetyproject.arg.aba.reasoner
Methods in org.tweetyproject.arg.aba.reasoner with parameters of type AbaTheoryModifier and TypeMethodDescriptionabstract Collection<AbaExtension<T>>
FlatAbaReasoner.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 AbaTheory in org.tweetyproject.arg.aba.semantics
Methods in org.tweetyproject.arg.aba.semantics with parameters of type AbaTheoryModifier and TypeMethodDescriptionstatic <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.static <T extends Formula>
Collection<AbaAttack<T>>AbaAttack.allAttacks
(AbaTheory<T> abat) Returns all attacks between arguments in the given AbaTheory.boolean
-
Uses of AbaTheory in org.tweetyproject.web.spring_services.aba
Methods in org.tweetyproject.web.spring_services.aba with parameters of type AbaTheoryModifier 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 AbaTheoryModifierConstructorDescriptionAbaReasonerGetModelCallee
(GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase) *description missing*AbaReasonerGetModelsCallee
(GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase) *description missing*AbaReasonerQueryCallee
(GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase, Assumption<T> a) *description missing*