Class PlFormulaGenerator
- java.lang.Object
 - 
- net.sf.tweety.arg.aspic.ruleformulagenerator.RuleFormulaGenerator<PlFormula>
 - 
- net.sf.tweety.arg.aspic.ruleformulagenerator.PlFormulaGenerator
 
 
 
- 
public class PlFormulaGenerator extends RuleFormulaGenerator<PlFormula>
- Author:
 - Nils Geilen
 
 Implements 
RuleFormulaGeneratorfor propositional logic. If a rule has been given a name, it is employed as an identifier. 
 
- 
- 
Constructor Summary
Constructors Constructor Description PlFormulaGenerator() 
- 
Method Summary
Modifier and Type Method Description PlFormulagetRuleFormula(DefeasibleInferenceRule<PlFormula> 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 PlFormula getRuleFormula(DefeasibleInferenceRule<PlFormula> r)
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 
 
 - 
 
 -