| Package | Description |
|---|---|
| net.sf.tweety.logics.fol.parser | |
| net.sf.tweety.logics.fol.semantics | |
| net.sf.tweety.logics.fol.syntax |
| Modifier and Type | Method and Description |
|---|---|
FOLAtom |
FolParserB.atom(FolSignature signature) |
| 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 © 2018. All rights reserved.