uk.ac.ebi.microarray.zooma.reports
Class ReportTimer

java.lang.Object
  extended by uk.ac.ebi.microarray.zooma.reports.ReportTimer

public class ReportTimer
extends java.lang.Object

Abstract class for generating Zooma reports. Specific implementations, generating specific types of reports,

Author:
Tony Burdett

Constructor Summary
ReportTimer(int numberOfLines)
           
 
Method Summary
 ReportTimer completed()
           
 int getCompletedCount()
           
 long getCurrentEstimate()
           
 int getTotalCount()
           
 ReportTimer start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportTimer

public ReportTimer(int numberOfLines)
Method Detail

start

public ReportTimer start()

completed

public ReportTimer completed()

getCompletedCount

public int getCompletedCount()

getTotalCount

public int getTotalCount()

getCurrentEstimate

public long getCurrentEstimate()


Copyright © 2010. All Rights Reserved.