public class ModalHerbrandBase extends Object
HerbrandBase| Constructor and Description |
|---|
ModalHerbrandBase(net.sf.tweety.logics.fol.syntax.FolSignature sig)
Creates a new Herbrand base for the given signature.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ModalHerbrandInterpretation> |
getAllHerbrandInterpretations()
Computes all possible Herbrand interpretations of this Herbrand
base, i.e.
|
Set<net.sf.tweety.logics.fol.syntax.FolAtom> |
getAtoms()
Returns all atoms of this Herbrand base.
|
public ModalHerbrandBase(net.sf.tweety.logics.fol.syntax.FolSignature sig)
throws IllegalArgumentException
sig - the underlying first-order signature for
this Herbrand base. There should be no functors defined in "sig"IllegalArgumentationException - if "sig" contains a functor.IllegalArgumentExceptionHerbrandBase.HerbrandBase(FolSignature sig)public Set<ModalHerbrandInterpretation> getAllHerbrandInterpretations()
public Set<net.sf.tweety.logics.fol.syntax.FolAtom> getAtoms()
HerbrandBase.getAtoms()Copyright © 2019. All rights reserved.