Package jline.api.fes
Class FesMapSolveResult
java.lang.Object
jline.api.fes.FesMapSolveResult
System metrics of the closed model made of a delay and a MAP flow-equivalent server.
Copyright (c) 2012-2026, Imperial College London
All rights reserved.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal double[]Distribution of the jobs held by the flow-equivalent server, index k = P(k jobs).final doubleMean number of jobs held by the flow-equivalent server.final doubleMean response time of the aggregated subnetwork, N/X - E[Z].final doubleSystem throughput. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
X
public final double XSystem throughput. -
R
public final double RMean response time of the aggregated subnetwork, N/X - E[Z]. -
Q
public final double QMean number of jobs held by the flow-equivalent server. -
pk
public final double[] pkDistribution of the jobs held by the flow-equivalent server, index k = P(k jobs).
-
-
Constructor Details
-
FesMapSolveResult
public FesMapSolveResult(double X, double R, double Q, double[] pk)
-