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

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


getIndexID

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


getIndexItemPosition

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


follow

public IndexItem follow()
                 throws GetItemException
Follow this reference.

Throws:
GetItemException