Uses of Class
messif.objects.util.DistanceRankedObject

Packages that use DistanceRankedObject
messif.objects.util Various utilities for working with collections of objects. 
 

Uses of DistanceRankedObject in messif.objects.util
 

Subclasses of DistanceRankedObject in messif.objects.util
 class RankedAbstractMetaObject
          Encapsulation of an object-distance pair with the distances to respective sub-objects of a MetaObject.
 class RankedAbstractObject
          Encapsulation of an object-distance pair.
 

Methods in messif.objects.util that return DistanceRankedObject
 DistanceRankedObject<T> DistanceRankedObject.clone(float newDistance)
          Clone this ranked object and change the distance of the clonned one
 

Methods in messif.objects.util with parameters of type DistanceRankedObject
 int DistanceRankedObject.compareTo(DistanceRankedObject<?> o)
          Compares this object with the specified object for order.