public class LdoDisjunction extends LdoAssociativeFormula
support| Constructor and Description |
|---|
LdoDisjunction()
Creates a new (empty) disjunction.
|
LdoDisjunction(Collection<? extends LdoFormula> formulas)
Creates a new disjunction with the given inner formulas.
|
LdoDisjunction(LdoFormula first,
LdoFormula second)
Creates a new disjunction with the two given formulae
|
| Modifier and Type | Method and Description |
|---|---|
LdoFormula |
clone() |
LdoDisjunction |
createEmptyFormula() |
String |
getEmptySymbol() |
String |
getOperatorSymbol() |
add, add, addAll, addAll, clear, contains, containsAll, createEmptySignature, equals, get, getAtoms, getFormulas, getFormulas, getLiterals, getPredicates, getSignature, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, toStringcombineWithAnd, combineWithOr, complement, getDividers, getPredicateCls, getUniformProbability, isLiteralfinalize, getClass, notify, notifyAll, wait, wait, waitgetPredicateCls, isLiteralreplaceAll, sort, spliteratorparallelStream, removeIf, streampublic LdoDisjunction(Collection<? extends LdoFormula> formulas)
formulas - a collection of formulas.public LdoDisjunction()
public LdoDisjunction(LdoFormula first, LdoFormula second)
first - a propositional formula.second - a propositional formula.public LdoFormula clone()
clone in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulaclone in class LdoFormulapublic LdoDisjunction createEmptyFormula()
public String getOperatorSymbol()
public String getEmptySymbol()
Copyright © 2018. All rights reserved.