Class AdvancedProgressMeter
java.lang.Object
org.texttechnologylab.DockerUnifiedUIMAInterface.monitoring.AdvancedProgressMeter
-
Constructor Details
-
AdvancedProgressMeter
public AdvancedProgressMeter(long limit)
-
-
Method Details
-
next
public void next() -
setMax
public void setMax(long iMax) -
getCount
public long getCount() -
setDone
public void setDone(long count) -
setLeft
public void setLeft(long count) -
getTimeSoFar
public long getTimeSoFar() -
getEstimatedTime
public long getEstimatedTime() -
getRemainingTime
public long getRemainingTime() -
getPercentage
public int getPercentage() -
toString
-
milliToStringShort
-