public class PhoneDuration
extends java.lang.Object
PhoneDurations
.PhoneDurations
Constructor | Description |
---|---|
PhoneDuration(float mean,
float standardDeviation) |
Creates a new
PhoneDuration with the given mean
and standard deviation. |
Modifier and Type | Method | Description |
---|---|---|
float |
getMean() |
Gets the mean.
|
float |
getStandardDeviation() |
Gets the standard deviation from the mean.
|