public class Tautology extends SpecialFormula
| Constructor and Description |
|---|
Tautology()
Creates a new tautology.
|
| Modifier and Type | Method and Description |
|---|---|
Tautology |
clone() |
boolean |
equals(Object other) |
Set<PossibleWorld> |
getModels(PropositionalSignature sig)
Returns the set of models of this formula wrt.
|
int |
hashCode() |
String |
toString() |
collapseAssociativeFormulas, getAtoms, getLiterals, getPredicates, numberOfOccurrences, replace, toCnf, toNnf, trimcombineWithAnd, combineWithOr, complement, getModels, getPredicateCls, getPrimeImplicants, getSignature, getUniformProbability, isConjunctiveClause, isLiteral, resolvableWith, resolveWith, toBlakeCanonicalForm, toDnfpublic boolean equals(Object other)
equals in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulaequals in class PropositionalFormulapublic int hashCode()
hashCode in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulahashCode in class PropositionalFormulapublic Tautology clone()
clone in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulaclone in class PropositionalFormulapublic Set<PossibleWorld> getModels(PropositionalSignature sig)
PropositionalFormulagetModels in class PropositionalFormulasig - some propositional signatureCopyright © 2018. All rights reserved.