public abstract class AbstractLdoModality extends LdoFormula
| Constructor and Description |
|---|
AbstractLdoModality(LdoFormula innerFormula)
Creates a new modality for the given inner formula
|
| Modifier and Type | Method and Description |
|---|---|
abstract LdoFormula |
clone() |
boolean |
equals(Object obj) |
Set<LdoArgument> |
getAtoms() |
LdoFormula |
getInnerFormula()
Returns the inner formula of this modality.
|
Set<LdoFormula> |
getLiterals()
Returns all literals, i.e.
|
Set<net.sf.tweety.logics.pl.syntax.PropositionalPredicate> |
getPredicates() |
int |
hashCode() |
combineWithAnd, combineWithOr, complement, getDividers, getPredicateCls, getSignature, getUniformProbability, isLiteralpublic AbstractLdoModality(LdoFormula innerFormula)
innerFormula - some ldo formulapublic Set<LdoArgument> getAtoms()
getAtoms in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulagetAtoms in class LdoFormulapublic LdoFormula getInnerFormula()
public Set<net.sf.tweety.logics.pl.syntax.PropositionalPredicate> getPredicates()
getPredicates in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulagetPredicates in class LdoFormulapublic Set<LdoFormula> getLiterals()
LdoFormulagetLiterals in class LdoFormulapublic int hashCode()
hashCode in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulahashCode in class LdoFormulapublic boolean equals(Object obj)
equals in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulaequals in class LdoFormulapublic abstract LdoFormula clone()
clone in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulaclone in class LdoFormulaCopyright © 2018. All rights reserved.