Uses of Class
org.tweetyproject.arg.aspic.syntax.AspicArgumentationTheory
Packages that use AspicArgumentationTheory
Package
Description
-
Uses of AspicArgumentationTheory in org.tweetyproject.arg.aspic.parser
Methods in org.tweetyproject.arg.aspic.parser that return AspicArgumentationTheory -
Uses of AspicArgumentationTheory in org.tweetyproject.arg.aspic.reasoner
Methods in org.tweetyproject.arg.aspic.reasoner with parameters of type AspicArgumentationTheoryModifier and TypeMethodDescriptionDirectionalAspicReasoner.asRestrictedDungTheory(AspicArgumentationTheory<T> aat, boolean simplifyArgumentStructure, T conc)Generate restricted AF based on given theory and conclusion.abstract DungTheoryAbstractAspicReasoner.getDungTheory(AspicArgumentationTheory<T> aat, T query)Computes the Dung theory from which the answer will be derivedDirectionalAspicReasoner.getDungTheory(AspicArgumentationTheory<T> aat, T query)ModuleBasedAspicReasoner.getDungTheory(AspicArgumentationTheory<T> aat, T query)RandomAspicReasoner.getDungTheory(AspicArgumentationTheory<T> aat, T query)SimpleAspicReasoner.getDungTheory(AspicArgumentationTheory<T> aat, T query)AbstractAspicReasoner.query(AspicArgumentationTheory<T> aat, T query)AbstractAspicReasoner.query(AspicArgumentationTheory<T> aat, T query, InferenceMode inferenceMode)Queries the given AspicArgumentationTheory for the given formula using the given inference type. -
Uses of AspicArgumentationTheory in org.tweetyproject.arg.aspic.ruleformulagenerator
Methods in org.tweetyproject.arg.aspic.ruleformulagenerator with parameters of type AspicArgumentationTheoryModifier and TypeMethodDescriptionRuleFormulaGenerator.getInferenceRule(T formula, AspicArgumentationTheory<T> kb)Transforms a formula of typeTinto a corresponding defeasible ASPIC inference rule form the knowledge basekb -
Uses of AspicArgumentationTheory in org.tweetyproject.arg.aspic.util
Methods in org.tweetyproject.arg.aspic.util that return AspicArgumentationTheoryModifier and TypeMethodDescriptionRandomAspicArgumentationTheoryGenerator.next()Returns an ASPIC argumentation theory -
Uses of AspicArgumentationTheory in org.tweetyproject.arg.aspic.writer
Methods in org.tweetyproject.arg.aspic.writer with parameters of type AspicArgumentationTheoryModifier and TypeMethodDescriptionvoidAspicWriter.write(AspicArgumentationTheory<T> theory, File f)Writes the given ASPIC+ theory to disk.