public class KripkeModel extends net.sf.tweety.commons.AbstractInterpretation<ModalBeliefSet,net.sf.tweety.logics.fol.syntax.FolFormula>
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
satisfies(net.sf.tweety.logics.fol.syntax.FolFormula formula) |
boolean |
satisfies(ModalBeliefSet beliefBase) |
String |
toString() |
public 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)
possibleWorlds - a set of interpretations.accRelation - an accessibility relation under the given interpretations.public boolean satisfies(net.sf.tweety.logics.fol.syntax.FolFormula formula)
throws IllegalArgumentException
IllegalArgumentExceptionpublic boolean satisfies(ModalBeliefSet beliefBase) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2019. All rights reserved.