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 typeTMethods inherited from class org.tweetyproject.arg.aspic.ruleformulagenerator.RuleFormulaGenerator
getInferenceRule
-
Constructor Details
-
PlFormulaGenerator
public PlFormulaGenerator()
-
-
Method Details
-
getRuleFormula
Description copied from class:RuleFormulaGeneratorTransforms a defeasible ASPIC inference rule into a corresponding formula of typeT- Specified by:
getRuleFormulain classRuleFormulaGenerator<PlFormula>- Parameters:
r- is the inferende rule to be transformed- Returns:
- a formula of type
T
-