Class KripkeModel

  • All Implemented Interfaces:
    net.sf.tweety.commons.Interpretation<MlBeliefSet,​net.sf.tweety.logics.fol.syntax.FolFormula>

    public class KripkeModel
    extends net.sf.tweety.commons.AbstractInterpretation<MlBeliefSet,​net.sf.tweety.logics.fol.syntax.FolFormula>
    This class models a Kripke model, i.e. a set of possible worlds (with evaluation functions) together with an accessibility relation.
    Author:
    Matthias Thimm, Anna Gessler
    • Constructor Summary

      Constructors 
      Constructor Description
      KripkeModel​(Set<? extends net.sf.tweety.commons.Interpretation<net.sf.tweety.logics.fol.syntax.FolBeliefSet,​net.sf.tweety.logics.fol.syntax.FolFormula>> possibleWorlds, AccessibilityRelation accRelation)
      Creates a new Kripke model.