class LinguistischeVariable.FuzzySetComparator extends Object implements Comparator<FuzzySet>
| Constructor and Description |
|---|
FuzzySetComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(FuzzySet fs1,
FuzzySet fs2)
Vergleicht jeweils die zweite Trapezecke der beiden Fuzzy-Sets.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(FuzzySet fs1, FuzzySet fs2)
compare in interface Comparator<FuzzySet>fs1 - ein Fuzzy-Set.fs2 - ein anderes Fuzzy-Set, mit dem verglichen wird.Comparator.compare(java.lang.Object, java.lang.Object)Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.