Package jline.api.aoi
Class AoiResult
-
- All Implemented Interfaces:
public final class AoiResultResult of Age of Information analysis for simple queue types.
Contains the three primary AoI metrics: mean, variance, and peak.
-
-
Method Summary
Modifier and Type Method Description final DoublegetMeanAoI()Mean (average) Age of Information final DoublegetVarAoI()Variance of Age of Information final DoublegetPeakAoI()Mean Peak Age of Information -
-
Method Detail
-
getMeanAoI
final Double getMeanAoI()
Mean (average) Age of Information
-
getPeakAoI
final Double getPeakAoI()
Mean Peak Age of Information
-
-
-
-