Uses of Package
messif.objects

Packages that use messif.objects
messif.algorithms Search algorithms base classes. 
messif.algorithms.impl Implementation of basic search algorithms. 
messif.buckets Storage classes capable of holding objects
messif.buckets.impl Bucket implementations. 
messif.buckets.index Bucket indexes for improved access. 
messif.buckets.split Bucket splitting support. 
messif.buckets.split.impl Implementation of various bucket splitting policies. 
messif.buckets.storage.impl Implementations of physical bucket storage. 
messif.objects Metric data objects. 
messif.objects.extraction Support for object extraction. 
messif.objects.impl Implementation of basic data objects. 
messif.objects.util Various utilities for working with collections of objects. 
messif.operations Generic classes for data manipulatioin and querying operations. 
messif.operations.data Implementation of data-manipulation operations. 
messif.operations.query Implementation of data querying operations. 
messif.pivotselection Support for selection of representative objects (pivots). 
 

Classes in messif.objects used by messif.algorithms
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
 

Classes in messif.objects used by messif.algorithms.impl
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
 

Classes in messif.objects used by messif.buckets
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
ObjectProvider
          Interface for providing objects through iterator.
UniqueID
          A class that represents an immutable universally unique identifier (UUID).
 

Classes in messif.objects used by messif.buckets.impl
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
ObjectProvider
          Interface for providing objects through iterator.
UniqueID
          A class that represents an immutable universally unique identifier (UUID).
 

Classes in messif.objects used by messif.buckets.index
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
ObjectProvider
          Interface for providing objects through iterator.
UniqueID
          A class that represents an immutable universally unique identifier (UUID).
 

Classes in messif.objects used by messif.buckets.split
AbstractObject
          The abstract piece of data that the MESSI Framework works with.
BallRegion
          This class represents a ball region, i.e. a partition of the metric space that holds objects that are within a specified radius from the central object (pivot).
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
UniqueID
          A class that represents an immutable universally unique identifier (UUID).
 

Classes in messif.objects used by messif.buckets.split.impl
BallRegion
          This class represents a ball region, i.e. a partition of the metric space that holds objects that are within a specified radius from the central object (pivot).
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
 

Classes in messif.objects used by messif.buckets.storage.impl
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
 

Classes in messif.objects used by messif.objects
AbstractObject
          The abstract piece of data that the MESSI Framework works with.
BallRegion
          This class represents a ball region, i.e. a partition of the metric space that holds objects that are within a specified radius from the central object (pivot).
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
MetaObject
          Represents a collection of LocalAbstractObjects encapsulated as one object.
NoDataObject
          Object of this class represents an AbstractObject only by its URI locator.
PrecomputedDistancesFilter
          This class provides a framework for metric-distance filtering techniques.
PrecomputedDistancesFixedArrayFilter
          Precomputed distance filter that has a fixed array of distances.
PrecomputedDistancesPivotMapFilter
          Precomputed distance filter that has the stored precomputed distances mapped to the respective LocalAbstractObject.
UniqueID
          A class that represents an immutable universally unique identifier (UUID).
 

Classes in messif.objects used by messif.objects.extraction
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
ObjectProvider
          Interface for providing objects through iterator.
 

Classes in messif.objects used by messif.objects.impl
AbstractObject
          The abstract piece of data that the MESSI Framework works with.
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
MetaObject
          Represents a collection of LocalAbstractObjects encapsulated as one object.
UniqueID
          A class that represents an immutable universally unique identifier (UUID).
 

Classes in messif.objects used by messif.objects.util
AbstractObject
          The abstract piece of data that the MESSI Framework works with.
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
MetaObject
          Represents a collection of LocalAbstractObjects encapsulated as one object.
ObjectProvider
          Interface for providing objects through iterator.
UniqueID
          A class that represents an immutable universally unique identifier (UUID).
 

Classes in messif.objects used by messif.operations
AbstractObject
          The abstract piece of data that the MESSI Framework works with.
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
 

Classes in messif.objects used by messif.operations.data
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
 

Classes in messif.objects used by messif.operations.query
AbstractObject
          The abstract piece of data that the MESSI Framework works with.
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
MetaObject
          Represents a collection of LocalAbstractObjects encapsulated as one object.
UniqueID
          A class that represents an immutable universally unique identifier (UUID).
 

Classes in messif.objects used by messif.pivotselection
LocalAbstractObject
          This class is ancestor of all objects that hold some data the MESSI Framework can work with.
ObjectProvider
          Interface for providing objects through iterator.