@Published(tag="architect") public class EstimatedEndTimeCalculator extends java.lang.Object
| Constructor and Description | 
|---|
EstimatedEndTimeCalculator()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Date | 
calculate(long inputCount,
         long processedCount,
         double tps)
推定終了時間を求める。 
 |