Uses of Class
net.sf.tweety.arg.aspic.syntax.AspicArgumentationTheory
-
-
Uses of AspicArgumentationTheory in net.sf.tweety.arg.aspic.parser
Methods in net.sf.tweety.arg.aspic.parser that return AspicArgumentationTheory Modifier and Type Method Description AspicArgumentationTheory<T>AspicParser. parseBeliefBase(java.io.Reader reader) -
Uses of AspicArgumentationTheory in net.sf.tweety.arg.aspic.reasoner
Methods in net.sf.tweety.arg.aspic.reasoner with parameters of type AspicArgumentationTheory Modifier and Type Method Description DungTheoryDirectionalAspicReasoner. asRestrictedDungTheory(AspicArgumentationTheory<T> aat, boolean simplifyArgumentStructure, T conc)Generate restricted AF based on given theory and conclusion.private java.util.Set<AspicArgument<T>>DirectionalAspicReasoner. constructArgsWithConclusion(AspicArgumentationTheory<T> aat, T conc, java.util.Set<T> conclusions)private java.util.Collection<AspicArgument<T>>DirectionalAspicReasoner. getArgsRec(AspicArgumentationTheory<T> aat, T conc)Gets the arguments recursivelyabstract DungTheoryAbstractAspicReasoner. getDungTheory(AspicArgumentationTheory<T> aat, T query)Computes the Dung theory from which the answer will be derivedDungTheoryDirectionalAspicReasoner. getDungTheory(AspicArgumentationTheory<T> aat, T query)DungTheoryModuleBasedAspicReasoner. getDungTheory(AspicArgumentationTheory<T> aat, T query)DungTheoryRandomAspicReasoner. getDungTheory(AspicArgumentationTheory<T> aat, T query)DungTheorySimpleAspicReasoner. getDungTheory(AspicArgumentationTheory<T> aat, T query)java.lang.BooleanAbstractAspicReasoner. query(AspicArgumentationTheory<T> aat, T query)java.lang.BooleanAbstractAspicReasoner. 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 net.sf.tweety.arg.aspic.ruleformulagenerator
Methods in net.sf.tweety.arg.aspic.ruleformulagenerator with parameters of type AspicArgumentationTheory Modifier and Type Method Description DefeasibleInferenceRule<T>RuleFormulaGenerator. 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 net.sf.tweety.arg.aspic.util
Methods in net.sf.tweety.arg.aspic.util that return AspicArgumentationTheory Modifier and Type Method Description static AspicArgumentationTheory<PlFormula>RandomAspicArgumentationTheoryGenerator. next(int numPropositions, int numFormulas, int maxBodyLiterals, double probStrict)Generates a random ASPIC argumentation theory withnumPropositionsandnumFormulasformulas (inference rules). -
Uses of AspicArgumentationTheory in net.sf.tweety.arg.aspic.writer
Methods in net.sf.tweety.arg.aspic.writer with parameters of type AspicArgumentationTheory Modifier and Type Method Description voidAspicWriter. write(AspicArgumentationTheory<T> theory, java.io.File f)Writes the given ASPIC+ theory to disk.
-