public class AccessibilityRelation extends Object
| Constructor and Description |
|---|
AccessibilityRelation(Set<net.sf.tweety.commons.util.Pair<net.sf.tweety.commons.Interpretation,net.sf.tweety.commons.Interpretation>> tuples)
Constructs a new accessibility relation.
|
| Modifier and Type | Method and Description |
|---|---|
Set<net.sf.tweety.commons.Interpretation> |
getNodes()
Returns all interpretations of the accessibility relation.
|
Set<net.sf.tweety.commons.Interpretation> |
getSuccessors(net.sf.tweety.commons.Interpretation i)
Returns all interpretations that are accessible to a given interpretation i.
|
public AccessibilityRelation(Set<net.sf.tweety.commons.util.Pair<net.sf.tweety.commons.Interpretation,net.sf.tweety.commons.Interpretation>> tuples)
tuples - the accessibility relationpublic Set<net.sf.tweety.commons.Interpretation> getNodes()
public Set<net.sf.tweety.commons.Interpretation> getSuccessors(net.sf.tweety.commons.Interpretation i)
i - an interpretation (possible world)Copyright © 2018. All rights reserved.