public class Possibility extends ModalFormula
| Constructor and Description |
|---|
Possibility(net.sf.tweety.logics.commons.syntax.RelationalFormula formula)
Creates a new possibility formula with the
given inner formula
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.tweety.logics.fol.syntax.FolFormula |
clone() |
net.sf.tweety.logics.commons.syntax.RelationalFormula |
collapseAssociativeFormulas() |
boolean |
isDnf() |
net.sf.tweety.logics.fol.syntax.FolFormula |
substitute(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> v,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t) |
net.sf.tweety.logics.fol.syntax.FolFormula |
toNnf() |
String |
toString() |
combineWithAnd, combineWithOr, complement, containsModalityOperator, containsQuantifier, equals, getAtoms, getFormula, getFunctors, getPredicates, getQuantifierVariables, getSignature, getTerms, getTerms, getUnboundVariables, getUniformProbability, hashCode, isClosed, isClosed, isLiteral, isWellBound, isWellBoundpublic Possibility(net.sf.tweety.logics.commons.syntax.RelationalFormula formula)
formula - a formula, either a modal formula or a first-order formula.public net.sf.tweety.logics.fol.syntax.FolFormula substitute(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> v,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t)
throws IllegalArgumentException
substitute in interface net.sf.tweety.logics.commons.syntax.interfaces.ComplexLogicalFormulasubstitute in class net.sf.tweety.logics.fol.syntax.FolFormulaIllegalArgumentExceptionpublic String toString()
toString in class net.sf.tweety.logics.commons.syntax.RelationalFormulapublic net.sf.tweety.logics.fol.syntax.FolFormula clone()
clone in interface net.sf.tweety.logics.commons.syntax.interfaces.ComplexLogicalFormulaclone in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulaclone in class net.sf.tweety.logics.fol.syntax.FolFormulapublic net.sf.tweety.logics.fol.syntax.FolFormula toNnf()
toNnf in class net.sf.tweety.logics.fol.syntax.FolFormulapublic net.sf.tweety.logics.commons.syntax.RelationalFormula collapseAssociativeFormulas()
collapseAssociativeFormulas in class net.sf.tweety.logics.fol.syntax.FolFormulapublic boolean isDnf()
isDnf in class net.sf.tweety.logics.fol.syntax.FolFormulaCopyright © 2018. All rights reserved.