Package jline.api.fes
Class FesMapDeaggregateResult
java.lang.Object
jline.api.fes.FesMapDeaggregateResult
Metrics of the stations an aggregate stands for, recovered by conditioning on its
population.
Copyright (c) 2012-2026, Imperial College London
All rights reserved.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Q
public final double[] QMean queue length per station. -
U
public final double[] UUtilization per station. -
X
public final double[] XThroughput per station. -
R
public final double[] RMean residence time per station.
-
-
Constructor Details
-
FesMapDeaggregateResult
public FesMapDeaggregateResult(double[] Q, double[] U, double[] X, double[] R)
-