Uses of Class
messif.operations.query.ApproxRangeQueryOperation.LocalSearchType

Packages that use ApproxRangeQueryOperation.LocalSearchType
messif.operations.query Implementation of data querying operations. 
 

Uses of ApproxRangeQueryOperation.LocalSearchType in messif.operations.query
 

Fields in messif.operations.query declared as ApproxRangeQueryOperation.LocalSearchType
protected  ApproxRangeQueryOperation.LocalSearchType ApproxRangeQueryOperation.localSearchType
          Type of the local approximation parameter used.
 

Methods in messif.operations.query that return ApproxRangeQueryOperation.LocalSearchType
 ApproxRangeQueryOperation.LocalSearchType ApproxRangeQueryOperation.getLocalSearchType()
          Returns currently set type of approximation, see ApproxRangeQueryOperation.localSearchType.
static ApproxRangeQueryOperation.LocalSearchType ApproxRangeQueryOperation.LocalSearchType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ApproxRangeQueryOperation.LocalSearchType[] ApproxRangeQueryOperation.LocalSearchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in messif.operations.query with parameters of type ApproxRangeQueryOperation.LocalSearchType
ApproxRangeQueryOperation(LocalAbstractObject queryObject, float r, AnswerType answerType, int localSearchParam, ApproxRangeQueryOperation.LocalSearchType localSearchType, float radiusGuaranteed)
          Creates a new instance of ApproxRangeQueryOperation for a given query object, radius and parameters that control the approximation.
ApproxRangeQueryOperation(LocalAbstractObject queryObject, float r, int localSearchParam, ApproxRangeQueryOperation.LocalSearchType localSearchType, float radiusGuaranteed)
          Creates a new instance of ApproxRangeQueryOperation for a given query object, radius and parameters that control the approximation.