public class StratifiedLabeling extends net.sf.tweety.commons.AbstractInterpretation<DungTheory,Argument> implements Map<Argument,Integer>
| Constructor and Description |
|---|
StratifiedLabeling()
Creates a new empty stratified labeling.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object arg0) |
boolean |
containsValue(Object arg0) |
Set<Map.Entry<Argument,Integer>> |
entrySet() |
Integer |
get(Object arg0) |
boolean |
isEmpty() |
Set<Argument> |
keySet() |
Integer |
put(Argument arg0,
Integer arg1) |
void |
putAll(Map<? extends Argument,? extends Integer> arg0) |
Integer |
remove(Object arg0) |
boolean |
satisfies(Argument formula) |
boolean |
satisfies(DungTheory beliefBase) |
int |
size() |
String |
toString() |
Collection<Integer> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic StratifiedLabeling()
public boolean containsKey(Object arg0)
containsKey in interface Map<Argument,Integer>public boolean containsValue(Object arg0)
containsValue in interface Map<Argument,Integer>public boolean satisfies(Argument formula) throws IllegalArgumentException
satisfies in interface net.sf.tweety.commons.Interpretation<DungTheory,Argument>IllegalArgumentExceptionpublic boolean satisfies(DungTheory beliefBase) throws IllegalArgumentException
satisfies in interface net.sf.tweety.commons.Interpretation<DungTheory,Argument>IllegalArgumentExceptionCopyright © 2019. All rights reserved.