gov.nist.nlpir.irfapps.trec.fbis
Interface FbisDocumentIntrf


public abstract interface FbisDocumentIntrf
extends TrecDocumentIntrf

This interface is used to keep the FbisDocument and its proxy in sync.

Version:
$Revision: 1.1 $
Author:
This software was produced by NIST, an agency of the U.S. government, and by statute is not subject to copyright in the United States. Recipients of this software assume all responsibilities associated with its operation, modification and maintenance.
See Also:
FbisDocument

Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String toString()
           
 
Methods inherited from interface gov.nist.nlpir.irfapps.trec.TrecDocumentIntrf
hashCode
 
Methods inherited from interface gov.nist.nlpir.irf.document.DocumentIntrf
addHTML, getFeatureNames, getFeatureTypes, getFeatureValues, getIndexingFeatures, getIndexingModalities, index, makeResultsForDocMatchingQuery, present, presentBrief, retrieve
 

Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface TrecDocumentIntrf
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface TrecDocumentIntrf
Overrides:
equals in class java.lang.Object