Uses of Class
org.tweetyproject.arg.aspic.syntax.DefeasibleInferenceRule
Packages that use DefeasibleInferenceRule
Package
Description
-
Uses of DefeasibleInferenceRule in org.tweetyproject.arg.aspic.ruleformulagenerator
Methods in org.tweetyproject.arg.aspic.ruleformulagenerator that return DefeasibleInferenceRuleModifier and TypeMethodDescriptionRuleFormulaGenerator.getInferenceRule(T formula, AspicArgumentationTheory<T> kb) Transforms a formula of typeTinto a corresponding defeasible ASPIC inference rule form the knowledge basekbMethods in org.tweetyproject.arg.aspic.ruleformulagenerator with parameters of type DefeasibleInferenceRuleModifier and TypeMethodDescriptionFolFormulaGenerator.getRuleFormula(DefeasibleInferenceRule<FolFormula> r) PlFormulaGenerator.getRuleFormula(DefeasibleInferenceRule<PlFormula> r) abstract TRuleFormulaGenerator.getRuleFormula(DefeasibleInferenceRule<T> r) Transforms a defeasible ASPIC inference rule into a corresponding formula of typeT -
Uses of DefeasibleInferenceRule in org.tweetyproject.arg.aspic.syntax
Methods in org.tweetyproject.arg.aspic.syntax that return DefeasibleInferenceRuleModifier and TypeMethodDescriptionDefeasibleInferenceRule.clone()DefeasibleInferenceRule.substitute(Term<?> v, Term<?> t) InferenceRule.toDefeasible()