Uses of Class
messif.objects.MetaObject

Packages that use MetaObject
messif.objects Metric data objects. 
messif.objects.impl Implementation of basic data objects. 
messif.objects.util Various utilities for working with collections of objects. 
messif.operations.query Implementation of data querying operations. 
 

Uses of MetaObject in messif.objects
 

Methods in messif.objects that return MetaObject
static MetaObject MetaObject.createSearchMetaObject(java.lang.String locatorURI)
          Create a new instance of a simple MetaObject wihout any encapsulated objects.
 

Methods in messif.objects with parameters of type MetaObject
protected  int MetaObject.fillMetaDistances(MetaObject obj, float distThreshold, float[] metaDistances)
          Convenience method that fills the given metaDistances array with distances.
protected  int MetaObject.fillMetaDistances(MetaObject obj, float distThreshold, float[] metaDistances, java.lang.String[] objectNames, float unknownDistance)
          Convenience method that fills the given metaDistances array with distances.
 

Uses of MetaObject in messif.objects.impl
 

Subclasses of MetaObject in messif.objects.impl
 class MetaObjectMap
          Implementation of MetaObject that stores encapsulated objects in a hash table.
 

Uses of MetaObject in messif.objects.util
 

Methods in messif.objects.util with parameters of type MetaObject
 float AggregationFunction.getDistance(MetaObject object1, MetaObject object2)
          Computes distance of two meta objects using this combination function.
 float AggregationFunction.getDistance(MetaObject object1, MetaObject object2, float[] descriptorDistances)
          Computes distance of two meta objects using this combination function.
 

Uses of MetaObject in messif.operations.query
 

Fields in messif.operations.query declared as MetaObject
protected  MetaObject AggregationFunctionQueryOperation.queryObject
          Query object (accessible directly)
 

Methods in messif.operations.query that return MetaObject
 MetaObject AggregationFunctionQueryOperation.getQueryObject()
          Returns the query (meta) object of this query operation.