Class MlHerbrandInterpretation

java.lang.Object
All Implemented Interfaces:
Iterable<FolAtom>, Collection<FolAtom>, Interpretation<FolBeliefSet,FolFormula>

public class MlHerbrandInterpretation extends InterpretationSet<FolAtom,FolBeliefSet,FolFormula>
Modified version of HerbrandInterpretation that allows for modal formulas. A Herbrand interpretation is an interpretation for a first-order signature, stating all ground atoms that are true in the interpretation.
NOTE: We only allow Herbrand interpretations for signatures without function symbols.
Author:
Matthias Thimm, Anna Gessler
See Also: