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