Package jline.solvers.jmt
Class JMTResult
java.lang.Object
jline.solvers.SolverResult
jline.solvers.jmt.JMTResult
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classResult class for transient probability analysis of aggregated states. -
Field Summary
FieldsModifier and TypeFieldDescriptionCache node arrival rates [nnodes x nclasses].List of cache node indices in the network.Cache node throughputs [nnodes x nclasses].double -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jline.solvers.SolverResult
deepCopy, reset
-
Field Details
-
metrics
-
logNormConstAggr
public double logNormConstAggr -
cacheTN
Cache node throughputs [nnodes x nclasses]. Stores the throughput values for cache nodes directly from simulation results. Non-cache nodes will have 0 values. This is used to override the computed values in getAvgNode() since cache throughputs from simulation are more accurate. -
cacheAN
Cache node arrival rates [nnodes x nclasses]. Stores the arrival rate values for cache nodes directly from simulation results. -
cacheNodeIndices
List of cache node indices in the network.
-
-
Constructor Details
-
JMTResult
public JMTResult()
-