Class Assumption<T extends Formula>

java.lang.Object
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 Assumption<T extends Formula> extends AbaRule<T>
This class models an assumption of an ABA theory.
Author:
Nils Geilen (geilenn@uni-koblenz.de)