public interface DLPElement
extends net.sf.tweety.logics.commons.syntax.interfaces.ComplexLogicalFormula
| Modifier and Type | Method and Description |
|---|---|
DLPElement |
clone() |
Set<DLPAtom> |
getAtoms() |
SortedSet<DLPLiteral> |
getLiterals() |
Set<DLPPredicate> |
getPredicates() |
net.sf.tweety.logics.fol.syntax.FolSignature |
getSignature() |
DLPElement |
substitute(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> v) |
exchange, isGround, isWellFormed, substituteSortedSet<DLPLiteral> getLiterals()
Set<DLPPredicate> getPredicates()
getPredicates in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulaSet<DLPAtom> getAtoms()
getAtoms in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulaDLPElement substitute(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t, net.sf.tweety.logics.commons.syntax.interfaces.Term<?> v)
substitute in interface net.sf.tweety.logics.commons.syntax.interfaces.ComplexLogicalFormulanet.sf.tweety.logics.fol.syntax.FolSignature getSignature()
getSignature in interface net.sf.tweety.commons.FormulaDLPElement clone()
clone in interface net.sf.tweety.logics.commons.syntax.interfaces.ComplexLogicalFormulaclone in interface net.sf.tweety.logics.commons.syntax.interfaces.SimpleLogicalFormulaCopyright © 2018. All rights reserved.