|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.example.AttributeWeights.WeightComparator
private class AttributeWeights.WeightComparator
This comparator sorts the names of attributes according to their weights.
Field Summary | |
---|---|
private int |
comparatorWeightType
Indicates if absolute weights should be used for sorting. |
private int |
direction
Indicates the sorting direction. |
private AttributeWeights |
weights
The used attribute weights. |
Constructor Summary | |
---|---|
AttributeWeights.WeightComparator(AttributeWeights weights,
int direction,
int comparatorWeightType)
Creates a new weight comparator. |
Method Summary | |
---|---|
int |
compare(java.lang.String o1,
java.lang.String o2)
Creates two attribute weights. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Field Detail |
---|
private int comparatorWeightType
private int direction
private AttributeWeights weights
Constructor Detail |
---|
public AttributeWeights.WeightComparator(AttributeWeights weights, int direction, int comparatorWeightType)
Method Detail |
---|
public int compare(java.lang.String o1, java.lang.String o2)
compare
in interface java.util.Comparator<java.lang.String>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |