edu.udo.cs.yale.example
Class AttributeWeights.WeightComparator

java.lang.Object
  extended by edu.udo.cs.yale.example.AttributeWeights.WeightComparator
All Implemented Interfaces:
java.util.Comparator<java.lang.String>
Enclosing class:
AttributeWeights

private class AttributeWeights.WeightComparator
extends java.lang.Object
implements java.util.Comparator<java.lang.String>

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

comparatorWeightType

private int comparatorWeightType
Indicates if absolute weights should be used for sorting.


direction

private int direction
Indicates the sorting direction.


weights

private AttributeWeights weights
The used attribute weights.

Constructor Detail

AttributeWeights.WeightComparator

public AttributeWeights.WeightComparator(AttributeWeights weights,
                                         int direction,
                                         int comparatorWeightType)
Creates a new weight comparator.

Method Detail

compare

public int compare(java.lang.String o1,
                   java.lang.String o2)
Creates two attribute weights.

Specified by:
compare in interface java.util.Comparator<java.lang.String>



Copyright © 2001-2006