| Package | Description |
|---|---|
| net.sf.tweety.logics.fol.semantics | |
| net.sf.tweety.logics.fol.syntax |
| Modifier and Type | Method and Description |
|---|---|
Set<FolAtom> |
HerbrandBase.getAtoms()
Returns all atoms of this Herbrand base.
|
| Constructor and Description |
|---|
HerbrandInterpretation(Collection<? extends FolAtom> atoms)
Creates a new Herbrand interpretation with the given
set of atoms
|
| Modifier and Type | Method and Description |
|---|---|
FolAtom |
FolAtom.clone() |
FolAtom |
FolAtom.substitute(net.sf.tweety.logics.commons.syntax.interfaces.Term<?> v,
net.sf.tweety.logics.commons.syntax.interfaces.Term<?> t) |
| Modifier and Type | Method and Description |
|---|---|
Set<FolAtom> |
SpecialFormula.getAtoms() |
Set<FolAtom> |
AssociativeFolFormula.getAtoms() |
Set<FolAtom> |
ForallQuantifiedFormula.getAtoms() |
Set<FolAtom> |
ExistsQuantifiedFormula.getAtoms() |
Set<FolAtom> |
FolAtom.getAtoms() |
Set<FolAtom> |
Negation.getAtoms() |
| Constructor and Description |
|---|
FolAtom(FolAtom other) |
Copyright © 2019. All rights reserved.