Package jline.solvers.ldes
Class LNLDESResult
java.lang.Object
jline.solvers.SolverResult
jline.solvers.ldes.LNLDESResult
Result container for LayeredNetwork LDES simulation.
Metrics are indexed by LQN element type:
- Hosts: indices 1 to nhosts
- Tasks: indices tshift+1 to tshift+ntasks
- Entries: indices eshift+1 to eshift+nentries
- Activities: indices ashift+1 to ashift+nacts
-
Field Summary
FieldsModifier and TypeFieldDescriptionArrival rate per LQN element [1 x nidx]LQN structure referenceQueue length per LQN element [1 x nidx]Queue length confidence interval half-widths [1 x nidx]Response time per LQN element [1 x nidx]Response time confidence interval half-widths [1 x nidx]Throughput per LQN element [1 x nidx]Throughput confidence interval half-widths [1 x nidx]Utilization per LQN element [1 x nidx]Utilization confidence interval half-widths [1 x nidx]Residence/waiting time per LQN element [1 x nidx] -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jline.solvers.SolverResult
deepCopy, reset
-
Field Details
-
lsn
LQN structure reference -
QLN
Queue length per LQN element [1 x nidx] -
ULN
Utilization per LQN element [1 x nidx] -
RLN
Response time per LQN element [1 x nidx] -
WLN
Residence/waiting time per LQN element [1 x nidx] -
TLN
Throughput per LQN element [1 x nidx] -
ALN
Arrival rate per LQN element [1 x nidx] -
QLNCI
Queue length confidence interval half-widths [1 x nidx] -
ULNCI
Utilization confidence interval half-widths [1 x nidx] -
RLNCI
Response time confidence interval half-widths [1 x nidx] -
TLNCI
Throughput confidence interval half-widths [1 x nidx]
-
-
Constructor Details
-
LNLDESResult
public LNLDESResult()
-