at.tuwien.ifs.somtoolbox.layers.quality
Class Trustworthiness_NeighborhoodPreservation.DistanceTagComparator

java.lang.Object
  extended by at.tuwien.ifs.somtoolbox.layers.quality.Trustworthiness_NeighborhoodPreservation.DistanceTagComparator
All Implemented Interfaces:
Comparator<Trustworthiness_NeighborhoodPreservation.DistanceTag>
Enclosing class:
Trustworthiness_NeighborhoodPreservation

public class Trustworthiness_NeighborhoodPreservation.DistanceTagComparator
extends Object
implements Comparator<Trustworthiness_NeighborhoodPreservation.DistanceTag>


Constructor Summary
Trustworthiness_NeighborhoodPreservation.DistanceTagComparator()
           
 
Method Summary
 int compare(Trustworthiness_NeighborhoodPreservation.DistanceTag t1, Trustworthiness_NeighborhoodPreservation.DistanceTag t2)
           
 
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
 

Constructor Detail

Trustworthiness_NeighborhoodPreservation.DistanceTagComparator

public Trustworthiness_NeighborhoodPreservation.DistanceTagComparator()
Method Detail

compare

public int compare(Trustworthiness_NeighborhoodPreservation.DistanceTag t1,
                   Trustworthiness_NeighborhoodPreservation.DistanceTag t2)
Specified by:
compare in interface Comparator<Trustworthiness_NeighborhoodPreservation.DistanceTag>