com.timeindexing.index
Interface IndexReference

All Known Implementing Classes:
IndexReferenceDataHolder

public interface IndexReference

A reference to an IndexItem in another Index.


Method Summary
 IndexItem follow()
          Follow this reference.
 ID getIndexID()
          The ID of the Index being referenced.
 Position getIndexItemPosition()
          The Position of the IndexItem being referenced.
 java.net.URI getIndexURI()
          The URI of Index being referenced.
 

Method Detail

getIndexURI

java.net.URI getIndexURI()
The URI of Index being referenced.


getIndexID

ID getIndexID()
The ID of the Index being referenced.


getIndexItemPosition

Position getIndexItemPosition()
The Position of the IndexItem being referenced.


follow

IndexItem follow()
                 throws GetItemException,
                        IndexClosedException
Follow this reference.

Throws:
GetItemException
IndexClosedException


Timeindexing 2008