public class KripkeModel
extends net.sf.tweety.commons.AbstractInterpretation
| Constructor and Description |
|---|
KripkeModel(Set<? extends net.sf.tweety.commons.Interpretation> possibleWorlds,
AccessibilityRelation accRelation)
Creates a new Kripke model.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
satisfies(net.sf.tweety.commons.BeliefBase beliefBase) |
boolean |
satisfies(net.sf.tweety.commons.Formula formula) |
public KripkeModel(Set<? extends net.sf.tweety.commons.Interpretation> possibleWorlds, AccessibilityRelation accRelation)
possibleWorlds - a set of interpretations.accRelation - an accessibility relation under the given interpretations.public boolean satisfies(net.sf.tweety.commons.Formula formula)
throws IllegalArgumentException
IllegalArgumentExceptionpublic boolean satisfies(net.sf.tweety.commons.BeliefBase beliefBase)
throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2018. All rights reserved.