| 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(net.sf.tweety.commons.BeliefBase beliefBase) |
boolean |
satisfies(net.sf.tweety.commons.Formula formula) |
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(net.sf.tweety.commons.Formula formula)
throws IllegalArgumentException
satisfies in interface net.sf.tweety.commons.InterpretationIllegalArgumentExceptionpublic boolean satisfies(net.sf.tweety.commons.BeliefBase beliefBase)
throws IllegalArgumentException
satisfies in interface net.sf.tweety.commons.InterpretationIllegalArgumentExceptionCopyright © 2018. All rights reserved.