Uses of Class
messif.objects.util.RankedAbstractObject

Packages that use RankedAbstractObject
messif.objects.util Various utilities for working with collections of objects. 
messif.operations Generic classes for data manipulatioin and querying operations. 
messif.operations.query Implementation of data querying operations. 
 

Uses of RankedAbstractObject in messif.objects.util
 

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

Fields in messif.objects.util declared as RankedAbstractObject
protected  RankedAbstractObject DoubleSortedCollection.thresholdObject
          Object from the collectio with the threshold distance for pivot filtering - this distance cannot be simply the last distance including the keywords distance, because the keywords ditance cannot be considered for filtering.
 

Fields in messif.objects.util with type parameters of type RankedAbstractObject
protected  java.util.Map<RankedAbstractObject,java.lang.Float> DoubleSortedCollection.originalDistances
          Distances to be used for pivot filtering - the original distances without the new sorting distances.
 

Methods in messif.objects.util with parameters of type RankedAbstractObject
 boolean DoubleSortedCollection.add(RankedAbstractObject e)
           
 boolean DoubleSortedCollection.add(RankedAbstractObject newObject, float oldDistance)
          Adds the specified element to this list.
 

Constructor parameters in messif.objects.util with type arguments of type RankedAbstractObject
RankedSortedCollection(int initialCapacity, int maximalCapacity, java.util.Comparator<? super RankedAbstractObject> comparator)
          Constructs an empty collection with the specified initial and maximal capacity.
 

Uses of RankedAbstractObject in messif.operations
 

Methods in messif.operations that return RankedAbstractObject
 RankedAbstractObject RankingQueryOperation.addToAnswer(AbstractObject object, float distance, float[] objectDistances)
          Add a distance-ranked object to the answer.
 RankedAbstractObject RankingQueryOperation.addToAnswer(LocalAbstractObject queryObject, LocalAbstractObject object, float distThreshold)
          Add an object to the answer.
 RankedAbstractObject RankingQueryOperation.getLastAnswer()
          Returns the current last ranked object in the answer.
 

Methods in messif.operations that return types with arguments of type RankedAbstractObject
 java.util.Iterator<RankedAbstractObject> RankingQueryOperation.getAnswer()
           
 java.util.Iterator<RankedAbstractObject> RankingQueryOperation.getAnswer(int skip, int count)
           
 java.lang.Class<? extends RankedAbstractObject> RankingQueryOperation.getAnswerClass()
           
 

Uses of RankedAbstractObject in messif.operations.query
 

Methods in messif.operations.query that return RankedAbstractObject
 RankedAbstractObject IncrementalNNQueryOperation.addToAnswer(LocalAbstractObject queryObject, LocalAbstractObject object, float distThreshold)
           
 

Methods in messif.operations.query that return types with arguments of type RankedAbstractObject
 java.lang.Class<? extends RankedAbstractObject> GetObjectsByLocatorsOperation.getAnswerClass()
          Returns the class of objects this operation stores in its answer.
 java.lang.Class<? extends RankedAbstractObject> RangeQueryOperation.getAnswerClass()
          Returns the class of objects this operation stores in its answer.