Package net.simplace.sim.util.analytics
Klasse ProcessTime
java.lang.Object
net.simplace.sim.util.analytics.ProcessTime
- Autor:
- aenders
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
ProcessTime
- Parameter:
aName-
-
-
Methodendetails
-
getSum
public long getSum()- Gibt zurück:
- the processTime
-
getMean
public long getMean()- Gibt zurück:
- the processTime
-
getMax
public long getMax()- Gibt zurück:
- the processTime
-
getCount
public int getCount()- Gibt zurück:
-
add
public void add(long aProcessTime) - Parameter:
aProcessTime- the processTime to set
-
getName
- Gibt zurück:
-
reset
public void reset()- Parameter:
aProcessTime- the processTime to set
-
toString
-