public class ProgressMeter extends Object
Constructor and Description |
---|
ProgressMeter(long limit) |
Modifier and Type | Method and Description |
---|---|
long |
getCount() |
long |
getEstimatedTime() |
int |
getPercentage() |
long |
getRemainingTime() |
long |
getTimeSoFar() |
static String |
milliToStringShort(long milli) |
void |
next() |
void |
setDone(long count) |
void |
setLeft(long count) |
String |
toString() |
public void next()
public long getCount()
public void setDone(long count)
public void setLeft(long count)
public long getTimeSoFar()
public long getEstimatedTime()
public long getRemainingTime()
public int getPercentage()
public static String milliToStringShort(long milli)
Copyright © 2007–2018 Ubiquitous Knowledge Processing (UKP) Lab, Technische Universität Darmstadt. All rights reserved.