public class NumericalArgumentRanking extends ArgumentRanking implements Map<Argument,Double>
| Constructor and Description |
|---|
NumericalArgumentRanking()
Creates a new empty argument ranking
|
NumericalArgumentRanking(Collection<Argument> args,
double initialvalue)
Creates a new argument ranking.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object arg0) |
boolean |
containsValue(Object arg0) |
Set<Map.Entry<Argument,Double>> |
entrySet() |
Double |
get(Object arg0) |
Extension |
getArgumentsOfStatus(ArgumentStatus status)
Returns all arguments that have the given status in this interpretation.
|
boolean |
isEmpty() |
boolean |
isStrictlyLessOrEquallyAcceptableThan(Argument a,
Argument b)
Returns "true" iff a is strictly less acceptable than b or a is equally
acceptable as b or a and b are not comparable, i.e.
|
Set<Argument> |
keySet() |
Double |
put(Argument arg0,
Double arg1) |
void |
putAll(Map<? extends Argument,? extends Double> arg0) |
Double |
remove(Object arg0) |
int |
size() |
String |
toString() |
Collection<Double> |
values() |
compare, getMaximallyAcceptedArguments, getMinimallyAcceptedArguments, isEquallyAcceptableThan, isStrictlyLessAcceptableThan, isStrictlyMoreAcceptableThan, isStrictlyMoreOrEquallyAcceptableThanisAcceptable, isAdmissable, isConflictFree, satisfies, satisfiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic NumericalArgumentRanking()
public NumericalArgumentRanking(Collection<Argument> args, double initialvalue)
args - some set of argumentsinitialvalue - an initial value for all argumentspublic boolean isStrictlyLessOrEquallyAcceptableThan(Argument a, Argument b)
ArgumentRankingisStrictlyLessOrEquallyAcceptableThan in class ArgumentRankinga - some argumentb - some argumentpublic Extension getArgumentsOfStatus(ArgumentStatus status)
AbstractArgumentationInterpretationgetArgumentsOfStatus in class AbstractArgumentationInterpretationstatus - the status of the arguments to be returned.public String toString()
toString in class AbstractArgumentationInterpretationpublic boolean containsKey(Object arg0)
containsKey in interface Map<Argument,Double>public boolean containsValue(Object arg0)
containsValue in interface Map<Argument,Double>Copyright © 2018. All rights reserved.