Uses of Class
net.sf.tweety.arg.aspic.syntax.DefeasibleInferenceRule
-
Packages that use DefeasibleInferenceRule Package Description net.sf.tweety.arg.aspic.ruleformulagenerator net.sf.tweety.arg.aspic.syntax -
-
Uses of DefeasibleInferenceRule in net.sf.tweety.arg.aspic.ruleformulagenerator
Methods in net.sf.tweety.arg.aspic.ruleformulagenerator that return DefeasibleInferenceRule 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 basekbMethods in net.sf.tweety.arg.aspic.ruleformulagenerator with parameters of type DefeasibleInferenceRule Modifier and Type Method Description net.sf.tweety.logics.fol.syntax.FolFormulaFolFormulaGenerator. getRuleFormula(DefeasibleInferenceRule<net.sf.tweety.logics.fol.syntax.FolFormula> r)net.sf.tweety.logics.pl.syntax.PlFormulaPlFormulaGenerator. getRuleFormula(DefeasibleInferenceRule<net.sf.tweety.logics.pl.syntax.PlFormula> r)abstract TRuleFormulaGenerator. getRuleFormula(DefeasibleInferenceRule<T> r)Transforms a defeasible ASPIC inference rule into a corresponding formula of typeT -
Uses of DefeasibleInferenceRule in net.sf.tweety.arg.aspic.syntax
Methods in net.sf.tweety.arg.aspic.syntax that return DefeasibleInferenceRule Modifier and Type Method Description DefeasibleInferenceRule<T>DefeasibleInferenceRule. clone()DefeasibleInferenceRule<T>DefeasibleInferenceRule. substitute(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> v, net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t)DefeasibleInferenceRule<T>InferenceRule. toDefeasible()
-