Class InferenceRule<T extends Invertable>

java.lang.Object
org.tweetyproject.arg.aspic.syntax.InferenceRule<T>
Type Parameters:
T - is the type of the language that the ASPIC theory's rules range over
All Implemented Interfaces:
Formula, Rule<T,T>, ComplexLogicalFormula, LogicStructure, SimpleLogicalFormula
Direct Known Subclasses:
DefeasibleInferenceRule, StrictInferenceRule

public abstract class InferenceRule<T extends Invertable> extends Object implements Rule<T,T>, ComplexLogicalFormula
This stands for an inference rule or for a premise if premises has length 0. If this is a premise and defeasible it is an ordinary premise else it is an axiom.
Author:
Nils Geilen