Uses of Class
net.obsearch.result.OBPriorityQueueInt

Packages that use OBPriorityQueueInt
net.obsearch.index   
net.obsearch.index.ghs.impl   
net.obsearch.index.perm.impl   
net.obsearch.query   
 

Uses of OBPriorityQueueInt in net.obsearch.index
 

Methods in net.obsearch.index with parameters of type OBPriorityQueueInt
 void IndexInt.searchOB(O object, int r, Filter<O> filter, OBPriorityQueueInt<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void IndexInt.searchOB(O object, int r, OBPriorityQueueInt<O> result)
          Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object".
 void TestFrameworkInt.searchSequential(O o, OBPriorityQueueInt<O> result, IndexInt<O> index, int range)
          Sequential search.
 

Uses of OBPriorityQueueInt in net.obsearch.index.ghs.impl
 

Methods in net.obsearch.index.ghs.impl with parameters of type OBPriorityQueueInt
 void Sketch64Int.searchOB(O object, int r, Filter<O> filter, OBPriorityQueueInt<O> result)
           
 void Sketch64Int.searchOB(O object, int r, OBPriorityQueueInt<O> result)
           
 

Uses of OBPriorityQueueInt in net.obsearch.index.perm.impl
 

Methods in net.obsearch.index.perm.impl with parameters of type OBPriorityQueueInt
 void DistPermInt.searchOB(O object, int r, Filter<O> filter, OBPriorityQueueInt<O> result)
           
 void DistPermInt.searchOB(O object, int r, OBPriorityQueueInt<O> result)
           
 

Uses of OBPriorityQueueInt in net.obsearch.query
 

Fields in net.obsearch.query declared as OBPriorityQueueInt
protected  OBPriorityQueueInt<O> OBQueryInt.result
          Holds the results for the query.
 

Methods in net.obsearch.query that return OBPriorityQueueInt
 OBPriorityQueueInt<O> OBQueryInt.getResult()
           
 

Methods in net.obsearch.query with parameters of type OBPriorityQueueInt
 void OBQueryInt.setResult(OBPriorityQueueInt<O> result)
          Set the results of the matching to a new object.
 

Constructors in net.obsearch.query with parameters of type OBPriorityQueueInt
OBQueryInt(O object, int range, OBPriorityQueueInt<O> result)
          Creates a new OBQueryInt object.
OBQueryInt(O object, int range, OBPriorityQueueInt<O> result, int[] smap)
          Creates a new OBQueryInt object.
OBQueryInt(O object, OBPriorityQueueInt<O> result)
           
 



Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.