public class PerformanceInfo
extends java.lang.Object
| Constructor and Description |
|---|
PerformanceInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
getCompletedCases() |
double |
getThroughput() |
void |
incCompletedCases() |
void |
setCompletedCases(int completedCases) |
void |
setThroughput(double throughput) |
public void clear()
public void setThroughput(double throughput)
public double getThroughput()
public void setCompletedCases(int completedCases)
public int getCompletedCases()
public void incCompletedCases()