Class InferenceRule<T extends Formula>

java.lang.Object
org.tweetyproject.arg.aba.syntax.AbaElement<T>
org.tweetyproject.arg.aba.syntax.AbaRule<T>
org.tweetyproject.arg.aba.syntax.InferenceRule<T>
Type Parameters:
T - is the type of the language that the ABA theory's rules range over
All Implemented Interfaces:
Formula, Rule<T,T>, ComplexLogicalFormula, LogicStructure, SimpleLogicalFormula

public class InferenceRule<T extends Formula> extends AbaRule<T>
This class models an inference rule from an ABA theory.
Author:
Nils Geilen (geilenn@uni-koblenz.de)