public class Disjunction extends AssociativeFOLFormula
support| Constructor and Description |
|---|
Disjunction()
Creates a new (empty) disjunction.
|
Disjunction(Collection<? extends net.sf.tweety.logics.commons.syntax.RelationalFormula> formulas)
Creates a new disjunction with the given inner formulas.
|
Disjunction(net.sf.tweety.logics.commons.syntax.RelationalFormula first,
net.sf.tweety.logics.commons.syntax.RelationalFormula second)
Creates a new disjunction with the two given formulae
|
| Modifier and Type | Method and Description |
|---|---|
Disjunction |
clone() |
net.sf.tweety.logics.commons.syntax.RelationalFormula |
collapseAssociativeFormulas()
This method collapses all associative operations appearing
in this term, e.g.
|
Disjunction |
createEmptyFormula() |
String |
getEmptySymbol() |
String |
getOperatorSymbol() |
boolean |
isDnf()
Checks whether this formula is in disjunctive normal form.
|
FolFormula |
toNnf()
Makes the negation normal form of this formula.
|
add, add, addAll, addAll, clear, contains, containsAll, containsQuantifier, createEmptySignature, equals, get, getAtoms, getFormulas, getFormulas, getFunctors, getPredicates, getQuantifierVariables, getTerms, getTerms, getUnboundVariables, hashCode, indexOf, isClosed, isClosed, isEmpty, isLiteral, isWellBound, isWellBound, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, substitute, substitute, toArray, toArray, toStringcombineWithAnd, combineWithOr, complement, getSignature, getUniformProbability, toDnfallGroundInstances, allSubstitutions, containsTermsOfType, exchange, getFormula, getPredicateCls, getSatisfactionRatio, isGround, isWellFormedfinalize, getClass, notify, notifyAll, wait, wait, waitgetPredicateClsreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic Disjunction(Collection<? extends net.sf.tweety.logics.commons.syntax.RelationalFormula> formulas)
formulas - a collection of formulas.public Disjunction()
public Disjunction(net.sf.tweety.logics.commons.syntax.RelationalFormula first,
net.sf.tweety.logics.commons.syntax.RelationalFormula second)
first - a relational formula.second - a relational formula.public boolean isDnf()
FolFormulaisDnf in class FolFormulapublic FolFormula toNnf()
FolFormulatoNnf in class FolFormulapublic net.sf.tweety.logics.commons.syntax.RelationalFormula collapseAssociativeFormulas()
FolFormulacollapseAssociativeFormulas in class FolFormulapublic Disjunction clone()
clone in interface net.sf.tweety.logics.commons.syntax.interfaces.ComplexLogicalFormulaclone in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulaclone in class FolFormulapublic Disjunction createEmptyFormula()
public String getOperatorSymbol()
public String getEmptySymbol()
Copyright © 2018. All rights reserved.