Class FolFormulaGenerator
- java.lang.Object
-
- net.sf.tweety.arg.aspic.ruleformulagenerator.RuleFormulaGenerator<FolFormula>
-
- net.sf.tweety.arg.aspic.ruleformulagenerator.FolFormulaGenerator
-
public class FolFormulaGenerator extends RuleFormulaGenerator<FolFormula>
- Author:
- Nils Geilen
Implements
RuleFormulaGenerator
for first order logic. If a rule has been given a name, it is employed as an identifier.
-
-
Constructor Summary
Constructors Constructor Description FolFormulaGenerator()
-
Method Summary
Modifier and Type Method Description FolFormula
getRuleFormula(DefeasibleInferenceRule<FolFormula> r)
Transforms a defeasible ASPIC inference rule into a corresponding formula of typeT
-
Methods inherited from class net.sf.tweety.arg.aspic.ruleformulagenerator.RuleFormulaGenerator
getInferenceRule
-
-
-
-
Method Detail
-
getRuleFormula
public FolFormula getRuleFormula(DefeasibleInferenceRule<FolFormula> r)
Description copied from class:RuleFormulaGenerator
Transforms a defeasible ASPIC inference rule into a corresponding formula of typeT
- Specified by:
getRuleFormula
in classRuleFormulaGenerator<FolFormula>
- Parameters:
r
- is the inferende rule to be transformed- Returns:
- a formula of type
T
-
-