Class SpecialFormula

java.lang.Object
org.tweetyproject.logics.pl.syntax.PlFormula
org.tweetyproject.logics.pl.syntax.SpecialFormula
All Implemented Interfaces:
Formula, ClassicalFormula, Conjunctable, Disjunctable, Invertable, ProbabilityAware, SimpleLogicalFormula
Direct Known Subclasses:
Contradiction, Tautology

public abstract class SpecialFormula extends PlFormula
This class captures the common functionalities of the special formulas tautology and contradiction.
Author:
Matthias Thimm