Uses of Class
org.tweetyproject.arg.aba.syntax.AbaTheory
Packages that use AbaTheory
Package
Description
-
Uses of AbaTheory in org.tweetyproject.arg.aba.parser
Subclasses with type arguments of type AbaTheory in org.tweetyproject.arg.aba.parserModifier and TypeClassDescriptionclassParses an Assumption-Based Argumentation (ABA) System from an input text.Methods in org.tweetyproject.arg.aba.parser that return AbaTheory -
Uses of AbaTheory in org.tweetyproject.arg.aba.reasoner
Classes in org.tweetyproject.arg.aba.reasoner that implement interfaces with type arguments of type AbaTheoryModifier and TypeClassDescriptionclassGeneralAbaReasoner<T extends Formula>This is an abstract generalization over non-flat ABA reasoners.classGeneralAbaReasoner<T extends Formula>This is an abstract generalization over non-flat ABA reasoners.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
Subclasses with type arguments of type AbaTheory in org.tweetyproject.arg.aba.semanticsModifier and TypeClassDescriptionclassAbaExtension<T extends Formula>This class models an ABA Extension, meaning a set of assumptions.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.services.aba
Methods in org.tweetyproject.web.services.aba with parameters of type AbaTheoryModifier and TypeMethodDescriptionAbaReasonerCalleeFactory.getCallee(AbaReasonerCalleeFactory.Command cmd, GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase, Assumption<T> a) Creates a new callee instance based on the provided command, ABA reasoner, ABA theory, and assumption.Constructors in org.tweetyproject.web.services.aba with parameters of type AbaTheoryModifierConstructorDescriptionAbaReasonerGetModelCallee(GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase) Constructor for AbaReasonerGetModelCallee.AbaReasonerGetModelsCallee(GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase) Constructor for AbaReasonerGetModelsCallee.AbaReasonerQueryCallee(GeneralAbaReasoner<T> reasoner, AbaTheory<T> bbase, Assumption<T> assumption) Constructor for AbaReasonerQueryCallee.