|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnswerType | |
---|---|
messif.operations | Generic classes for data manipulatioin and querying operations. |
messif.operations.query | Implementation of data querying operations. |
Uses of AnswerType in messif.operations |
---|
Fields in messif.operations declared as AnswerType | |
---|---|
protected AnswerType |
QueryOperation.answerType
Types of objects this query operation will return |
Methods in messif.operations that return AnswerType | |
---|---|
AnswerType |
QueryOperation.getAnswerType()
Returns the type of objects this operation stores in its answer. |
static AnswerType |
AnswerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AnswerType[] |
AnswerType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in messif.operations with parameters of type AnswerType | |
---|---|
ListingQueryOperation(AnswerType answerType)
Creates a new instance of ListingQueryOperation. |
|
ListingQueryOperation(AnswerType answerType,
java.util.List<AbstractObject> answer)
Creates a new instance of ListingQueryOperation. |
|
QueryOperation(AnswerType answerType)
Creates a new instance of QueryOperation. |
|
RankingQueryOperation(AnswerType answerType,
int maxAnswerSize)
Creates a new instance of RankingQueryOperation. |
|
RankingQueryOperation(AnswerType answerType,
int maxAnswerSize,
boolean storeMetaDistances)
Creates a new instance of RankingQueryOperation. |
|
SingletonQueryOperation(AnswerType answerType)
Creates a new instance of ListingQueryOperation. |
Uses of AnswerType in messif.operations.query |
---|
Constructors in messif.operations.query with parameters of type AnswerType | |
---|---|
AggregationFunctionQueryOperation(LocalAbstractObject queryObject,
int k,
AggregationFunction aggregationFunction,
AnswerType answerType,
boolean storeMetaDistances)
Creates a new instance of AggregationFunctionQueryOperation. |
|
ApproxKNNQueryOperation(LocalAbstractObject queryObject,
int k,
AnswerType answerType)
Creates a new instance of ApproxkNNQueryOperation for a given query object and maximal number of objects to return. |
|
ApproxKNNQueryOperation(LocalAbstractObject queryObject,
int k,
AnswerType answerType,
int localSearchParam,
ApproxKNNQueryOperation.LocalSearchType localSearchType,
float radiusGuaranteed)
Creates a new instance of ApproxKNNQueryOperation for a given query object, maximal number of objects to return and parameters that control the approximation. |
|
ApproxKNNQueryOperation(LocalAbstractObject queryObject,
int k,
boolean storeMetaDistances,
AnswerType answerType,
int localSearchParam,
ApproxKNNQueryOperation.LocalSearchType localSearchType,
float radiusGuaranteed)
Creates a new instance of ApproxKNNQueryOperation for a given query object, maximal number of objects to return and parameters that control the approximation. |
|
ApproxRangeQueryOperation(LocalAbstractObject queryObject,
float r,
AnswerType answerType)
Creates a new instance of ApproxRangeQueryOperation for a given query object and radius. |
|
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. |
|
GetAllObjectsQueryOperation(AnswerType answerType)
Creates a new instance of GetAllObjectsQuery. |
|
GetObjectByLocatorOperation(java.lang.String locator,
AnswerType answerType)
Creates a new instance of GetObjectByLocatorOperation for a specified locator. |
|
GetObjectQueryOperation(UniqueID objectID,
AnswerType answerType)
Creates a new instance of GetObjectQueryOperation for the specified object ID. |
|
GetObjectsByLocatorsOperation(java.util.Collection<java.lang.String> locators,
LocalAbstractObject queryObjectForDistances,
AnswerType answerType)
Create a new instance of GetObjectsByLocatorsOperation with the specified locators. |
|
GetObjectsByLocatorsOperation(java.util.Collection<java.lang.String> locators,
LocalAbstractObject queryObjectForDistances,
AnswerType answerType,
int maxAnswerSize)
Create a new instance of GetObjectsByLocatorsOperation with the specified locators. |
|
GetObjectsByLocatorsOperation(LocalAbstractObject queryObjectForDistances,
AnswerType answerType)
Create a new instance of GetObjectsByLocatorsOperation with empty locators set. |
|
GetObjectsByLocatorsOperation(LocalAbstractObject queryObjectForDistances,
AnswerType answerType,
int maxAnswerCount)
Create a new instance of GetObjectsByLocatorsOperation with empty locators set. |
|
GetRandomObjectQueryOperation(AnswerType answerType)
Creates a new instance of GetRandomObjectQueryOperation. |
|
GetRandomObjectsQueryOperation(int count,
AnswerType answerType)
Creates a new instance of GetRandomObjectsQueryOperation. |
|
IncrementalNNQueryOperation(LocalAbstractObject queryObject,
int minNN,
AnswerType answerType)
Creates a new instance of IncrementalNNQueryOperation. |
|
KNNMultiQueryOperation(java.util.Collection<LocalAbstractObject> queryObjects,
int k,
AnswerType answerType)
Creates a new instance of kNNQueryOperation for given query objects and maximal number of objects to return. |
|
KNNMultiQueryOperation(java.util.Collection<LocalAbstractObject> queryObjects,
int k,
boolean storeMetaDistances,
AnswerType answerType)
Creates a new instance of kNNQueryOperation for given query objects and maximal number of objects to return. |
|
KNNQueryOperation(LocalAbstractObject queryObject,
int k,
AnswerType answerType)
Creates a new instance of kNNQueryOperation for a given query object and maximal number of objects to return. |
|
KNNQueryOperation(LocalAbstractObject queryObject,
int k,
boolean storeMetaDistances,
AnswerType answerType)
Creates a new instance of kNNQueryOperation for a given query object and maximal number of objects to return. |
|
RangeQueryOperation(LocalAbstractObject queryObject,
float radius,
AnswerType answerType)
Creates a new instance of RangeQueryOperation for a given query object and radius. |
|
RangeQueryOperation(LocalAbstractObject queryObject,
float radius,
AnswerType answerType,
boolean storeMetaDistances)
Creates a new instance of RangeQueryOperation for a given query object and radius. |
|
RangeQueryOperation(LocalAbstractObject queryObject,
float radius,
AnswerType answerType,
int maxAnswerSize)
Creates a new instance of RangeQueryOperation for a given query object, radius and maximal number of objects to return. |
|
RangeQueryOperation(LocalAbstractObject queryObject,
float radius,
AnswerType answerType,
int maxAnswerSize,
boolean storeMetaDistances)
Creates a new instance of RangeQueryOperation for a given query object, radius and maximal number of objects to return. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |