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 SummaryConstructors Constructor Description PlFormulaGenerator()
 - 
Method SummaryModifier 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.RuleFormulaGeneratorgetInferenceRule
 
- 
 
- 
- 
- 
Method Detail- 
getRuleFormulapublic PlFormula getRuleFormula(DefeasibleInferenceRule<PlFormula> r) Description copied from class:RuleFormulaGeneratorTransforms a defeasible ASPIC inference rule into a corresponding formula of typeT- Specified by:
- getRuleFormulain class- RuleFormulaGenerator<PlFormula>
- Parameters:
- r- is the inferende rule to be transformed
- Returns:
- a formula of type T
 
 
- 
 
-