public class Tautology extends SpecialFormula
| Constructor and Description | 
|---|
Tautology()
Creates a new tautology. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Tautology | 
clone()
Creates a deep copy of this formula 
 | 
boolean | 
equals(java.lang.Object obj)  | 
int | 
hashCode()  | 
java.lang.String | 
toString()  | 
collapseAssociativeFormulas, containsQuantifier, getAtoms, getConjunctions, getDisjunctions, getFunctors, getPredicates, getQuantifiedFormulas, getTerms, getTerms, getUnboundVariables, isClosed, isClosed, isDnf, isLiteral, isWellBound, isWellBound, substitute, toNnfcombineWithAnd, combineWithOr, complement, getQuantifierVariables, getUniformProbability, toDnfallGroundInstances, allSubstitutions, containsTermsOfType, exchange, getFormula, getPredicateCls, getSatisfactionRatio, getSignature, isGround, isWellFormed, substitutepublic java.lang.String toString()
toString in class RelationalFormulapublic int hashCode()
hashCode in interface SimpleLogicalFormulahashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in interface SimpleLogicalFormulaequals in class java.lang.Objectpublic Tautology clone()
SimpleLogicalFormulaclone in interface ComplexLogicalFormulaclone in interface SimpleLogicalFormulaclone in class FolFormula