Uses of Class
jline.io.Ret.pfqnMVA
Packages that use Ret.pfqnMVA
Package
Description
Non-Product Form Queueing Network algorithms.
Load-dependent Product Form Queueing Network algorithms.
Mean Value Analysis algorithms for Product Form Queueing Networks.
-
Uses of Ret.pfqnMVA in jline.api.npfqn
Methods in jline.api.npfqn that return Ret.pfqnMVAModifier and TypeMethodDescriptionstatic Ret.pfqnMVANpfqn_sqd.npfqn_sqd(NetworkStruct sn) Solve a BAS closed network from its NetworkStruct using the default populationsn.nclosedjobsand default tuning (calibration mode 0, server blocking time on, downstream neighbor mode, compound V1 policy).static Ret.pfqnMVANpfqn_sqd.npfqn_sqd(NetworkStruct sn, int N) Solve a BAS closed network from its NetworkStruct for a given total population N.static Ret.pfqnMVANpfqn_sqd.npfqn_sqd(NetworkStruct sn, int N, int calibrationMode, boolean serverBlockingTime, Npfqn_sqd.NeighborMode neighborMode, Npfqn_sqd.V1Policy v1Policy, double[] initialV1) Solve a BAS closed network from its NetworkStruct. -
Uses of Ret.pfqnMVA in jline.api.pfqn.ld
Methods in jline.api.pfqn.ld that return Ret.pfqnMVAModifier and TypeMethodDescriptionstatic Ret.pfqnMVAWrapper for pfqn_mvaldmx that adjusts utilizations to account for multiservers. -
Uses of Ret.pfqnMVA in jline.api.pfqn.mva
Methods in jline.api.pfqn.mva that return Ret.pfqnMVAModifier and TypeMethodDescriptionstatic Ret.pfqnMVAstatic Ret.pfqnMVAstatic Ret.pfqnMVAMean Value Analysis (MVA) Algorithm for closed Product-Form Queueing Networks.static Ret.pfqnMVAstatic Ret.pfqnMVAGeneral purpose script to handle mixed Query Networks with multiserver nodes.static Ret.pfqnMVAPfqn_mvamx.pfqn_mvamx(Matrix lambda, Matrix D, Matrix N, Matrix mi) static Ret.pfqnMVAMean Value Analysis (MVA) method for open and mixed queueing networks with no multi-server nodes.