public class FuzzyInterpretation extends net.sf.tweety.commons.AbstractInterpretation implements Map<Proposition,Double>
| Constructor and Description |
|---|
FuzzyInterpretation()
Creates a new fuzzy interpretation
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object arg0) |
boolean |
containsValue(Object arg0) |
Set<Map.Entry<Proposition,Double>> |
entrySet() |
Double |
get(Object arg0) |
boolean |
isEmpty() |
Set<Proposition> |
keySet() |
Double |
put(Proposition arg0,
Double arg1) |
void |
putAll(Map<? extends Proposition,? extends Double> arg0) |
Double |
remove(Object arg0) |
boolean |
satisfies(net.sf.tweety.commons.BeliefBase beliefBase) |
boolean |
satisfies(net.sf.tweety.commons.Formula formula) |
int |
size() |
String |
toString() |
Collection<Double> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic FuzzyInterpretation()
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.InterpretationIllegalArgumentExceptionpublic void clear()
clear in interface Map<Proposition,Double>public boolean containsKey(Object arg0)
containsKey in interface Map<Proposition,Double>public boolean containsValue(Object arg0)
containsValue in interface Map<Proposition,Double>public Set<Map.Entry<Proposition,Double>> entrySet()
entrySet in interface Map<Proposition,Double>public boolean isEmpty()
isEmpty in interface Map<Proposition,Double>public Set<Proposition> keySet()
keySet in interface Map<Proposition,Double>public Double put(Proposition arg0, Double arg1)
put in interface Map<Proposition,Double>public void putAll(Map<? extends Proposition,? extends Double> arg0)
putAll in interface Map<Proposition,Double>public int size()
size in interface Map<Proposition,Double>public Collection<Double> values()
values in interface Map<Proposition,Double>Copyright © 2018. All rights reserved.