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
RuleFormulaGeneratorfor first order logic. If a rule has been given a name, it is employed as an identifier.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static PredicateRULE_PREDICATE(package private) static SortsortConstants needed for atom creation
-
Constructor Summary
Constructors Constructor Description FolFormulaGenerator()
-
Method Summary
Modifier and Type Method Description FolFormulagetRuleFormula(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:RuleFormulaGeneratorTransforms a defeasible ASPIC inference rule into a corresponding formula of typeT- Specified by:
getRuleFormulain classRuleFormulaGenerator<FolFormula>- Parameters:
r- is the inferende rule to be transformed- Returns:
- a formula of type
T
-
-