gov.nist.nlpir.irfapps.hci
Interface HciDocIntrf


public abstract interface HciDocIntrf
extends DocumentIntrf

An extension of Document Intrface for Bibliographic Documents.

Version:
$Revision: 1.3 $
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:
Document

Method Summary
 java.lang.String getTitle()
          Returns HCI Document title,
 void presentBrief()
          Writes title to standard out
 java.lang.String toString()
          Returns string representation of HCI Document with title, author, and abstract.
 
Methods inherited from interface gov.nist.nlpir.irf.document.DocumentIntrf
addHTML, getFeatureNames, getFeatureTypes, getFeatureValues, getIndexingFeatures, getIndexingModalities, index, makeResultsForDocMatchingQuery, present, retrieve
 

Method Detail

getTitle

public java.lang.String getTitle()
Returns HCI Document title,
Returns:
the document title

toString

public java.lang.String toString()
Returns string representation of HCI Document with title, author, and abstract.
Returns:
The string representation of HCI Document.
Overrides:
toString in class java.lang.Object

presentBrief

public void presentBrief()
Writes title to standard out
Specified by:
presentBrief in interface DocumentIntrf