Class Tautology
java.lang.Object
org.tweetyproject.logics.commons.syntax.RelationalFormula
org.tweetyproject.logics.fol.syntax.FolFormula
org.tweetyproject.logics.fol.syntax.SpecialFormula
org.tweetyproject.logics.fol.syntax.Tautology
- All Implemented Interfaces:
- Formula,- ClassicalFormula,- ComplexLogicalFormula,- Conjunctable,- Disjunctable,- Invertable,- LogicStructure,- ProbabilityAware,- QuantifiedFormula,- SimpleLogicalFormula
A tautological formula.
- Author:
- Matthias Thimm
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.tweetyproject.logics.fol.syntax.SpecialFormulacollapseAssociativeFormulas, containsQuantifier, getAtoms, getConjunctions, getDisjunctions, getFunctors, getPredicates, getQuantifiedFormulas, getTerms, getTerms, getUnboundVariables, isClosed, isClosed, isDnf, isLiteral, isWellBound, isWellBound, substitute, toNnfMethods inherited from class org.tweetyproject.logics.fol.syntax.FolFormulacombineWithAnd, combineWithOr, complement, getQuantifierVariables, getSignature, getUniformProbability, toDnfMethods inherited from class org.tweetyproject.logics.commons.syntax.RelationalFormulaallGroundInstances, allSubstitutions, containsTermsOfType, exchange, getFormula, getPredicateCls, getSatisfactionRatio, isGround, isWellFormed, substitute
- 
Constructor Details- 
Tautologypublic Tautology()Creates a new tautology.
 
- 
- 
Method Details- 
toString- Specified by:
- toStringin class- RelationalFormula
 
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein interface- SimpleLogicalFormula
- Overrides:
- hashCodein class- Object
 
- 
equals- Specified by:
- equalsin interface- SimpleLogicalFormula
- Overrides:
- equalsin class- Object
 
- 
cloneDescription copied from interface:SimpleLogicalFormulaCreates a deep copy of this formula- Specified by:
- clonein interface- ComplexLogicalFormula
- Specified by:
- clonein interface- SimpleLogicalFormula
- Specified by:
- clonein class- FolFormula
- Returns:
- the cloned formula
 
 
-