Package jline.solvers.ba.analyzers
Class Solver_ba_snc_analyzer.Envelopes
java.lang.Object
jline.solvers.ba.analyzers.Solver_ba_snc_analyzer.Envelopes
- Enclosing class:
- Solver_ba_snc_analyzer
The per-pair envelopes the analyzer built, kept so that the quantile
accessors can read the tail without a second pass over the network.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Map<Long,SncEnvelope> Arrival envelope of each (station, class) pair that carries traffic.intNumber of classes of the model.Exact arrival rate of each pair.intNumber of stations of the model.Service rate of each pair.final Map<Long,SncEnvelope> Service envelope of the same pairs, cross traffic already removed. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
arv
Arrival envelope of each (station, class) pair that carries traffic. -
srv
Service envelope of the same pairs, cross traffic already removed. -
lam
Exact arrival rate of each pair. -
mu
Service rate of each pair. -
M
public int MNumber of stations of the model. -
K
public int KNumber of classes of the model.
-
-
Constructor Details
-
Envelopes
public Envelopes()
-
-
Method Details
-
key
public long key(int i, int r) - Parameters:
i- station index @param r class index @return the map key
-