pt.uminho.anote2.datastructures.report.processes
Class IRSearchReport
java.lang.Object
pt.uminho.anote2.datastructures.report.Report
pt.uminho.anote2.datastructures.report.processes.IRSearchReport
- All Implemented Interfaces:
- IReport, IProcessReport, IIRSearchProcessReport
public class IRSearchReport
- extends Report
- implements IIRSearchProcessReport
|
Constructor Summary |
IRSearchReport(java.lang.String keywords,
java.lang.String organism)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IRSearchReport
public IRSearchReport(java.lang.String keywords,
java.lang.String organism)
getNumberOfDocuments
public int getNumberOfDocuments()
- Specified by:
getNumberOfDocuments in interface IProcessReport
getProcessType
public ProcessTypeEnum getProcessType()
- Specified by:
getProcessType in interface IProcessReport
getKeywords
public java.lang.String getKeywords()
- Specified by:
getKeywords in interface IIRSearchProcessReport
getOrganism
public java.lang.String getOrganism()
- Specified by:
getOrganism in interface IIRSearchProcessReport
incrementDocumentRetrieval
public void incrementDocumentRetrieval(int moreDocuments)
- Specified by:
incrementDocumentRetrieval in interface IIRSearchProcessReport