public class LdoConjunction extends LdoAssociativeFormula
support| Constructor and Description |
|---|
LdoConjunction()
Creates a new (empty) conjunction.
|
LdoConjunction(Collection<? extends LdoFormula> formulas)
Creates a new conjunction with the given inner formulas.
|
LdoConjunction(LdoFormula first,
LdoFormula second)
Creates a new conjunction with the two given formulae
|
| Modifier and Type | Method and Description |
|---|---|
LdoConjunction |
clone() |
LdoConjunction |
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 LdoConjunction(Collection<? extends LdoFormula> formulas)
formulas - a collection of formulas.public LdoConjunction()
public LdoConjunction(LdoFormula first, LdoFormula second)
first - a ldo formula.second - a ldo formula.public LdoConjunction createEmptyFormula()
public String getOperatorSymbol()
public String getEmptySymbol()
public LdoConjunction clone()
clone in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulaclone in class LdoFormulaCopyright © 2018. All rights reserved.