public class Necessity extends ModalFormula
| Constructor and Description |
|---|
Necessity(net.sf.tweety.logics.fol.syntax.RelationalFormula formula)
Creates a new necessity formula with the
given inner formula
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.tweety.logics.fol.syntax.RelationalFormula |
clone() |
net.sf.tweety.logics.fol.syntax.RelationalFormula |
substitute(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> v,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t) |
String |
toString() |
combineWithAnd, combineWithOr, complement, containsQuantifier, equals, getAtoms, getFormula, getFunctors, getPredicates, getQuantifierVariables, getSignature, getTerms, getTerms, getUnboundVariables, getUniformProbability, hashCode, isClosed, isClosed, isLiteral, isWellBound, isWellBoundpublic Necessity(net.sf.tweety.logics.fol.syntax.RelationalFormula formula)
formula - a formula, either a modal formula or a first-order formula.public net.sf.tweety.logics.fol.syntax.RelationalFormula 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 ModalFormulaIllegalArgumentExceptionpublic String toString()
toString in class net.sf.tweety.logics.fol.syntax.RelationalFormulapublic net.sf.tweety.logics.fol.syntax.RelationalFormula 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.RelationalFormulaCopyright © 2016. All rights reserved.