pt.uminho.anote2.datastructures.report.processes
Class IRSearchReport

java.lang.Object
  extended by pt.uminho.anote2.datastructures.report.Report
      extended by 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)
           
 
Method Summary
 java.lang.String getKeywords()
           
 int getNumberOfDocuments()
           
 java.lang.String getOrganism()
           
 ProcessTypeEnum getProcessType()
           
 void incrementDocumentRetrieval(int moreDocuments)
           
 
Methods inherited from class pt.uminho.anote2.datastructures.report.Report
getNotes, getProperties, getTime, getTitle, isFinishing, setcancel, setFinishing, setNotes, setTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface pt.uminho.anote2.core.report.IReport
getNotes, getProperties, getTime, getTitle, isFinishing, setcancel, setNotes, setTime
 

Constructor Detail

IRSearchReport

public IRSearchReport(java.lang.String keywords,
                      java.lang.String organism)
Method Detail

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