Class RuleFormulaGenerator<T extends Invertable>

java.lang.Object
org.tweetyproject.arg.aspic.ruleformulagenerator.RuleFormulaGenerator<T>
Type Parameters:
T - is the type of the returned formula
Direct Known Subclasses:
FolFormulaGenerator, PlFormulaGenerator

public abstract class RuleFormulaGenerator<T extends Invertable> extends Object
This class transforms a defeasible ASPIC inference rule into a corresponding formula, i.e. a word in the language of the conclusion and the premises of that rule, which can be used in the head of an inference rule.
Author:
Nils Geilen