Uses of Class
jline.api.pfqn.PfqnResptPsResult
Packages that use PfqnResptPsResult
Package
Description
Product-Form Queueing Network (PFQN) analysis algorithms.
Solver superclasses and related data structures.
-
Uses of PfqnResptPsResult in jline.api.pfqn
Methods in jline.api.pfqn that return PfqnResptPsResultModifier and TypeMethodDescriptionstatic PfqnResptPsResultPfqn_respt_ps_moments.pfqn_respt_ps_moments(double[] S, double[] N, double[] Z) Sojourn-time moments at the PS station, choosing the route automatically.static PfqnResptPsResultPfqn_respt_ps_moments.pfqn_respt_ps_moments(double[] S, double[] N, double[] Z, String method) Sojourn-time moments at the PS station. -
Uses of PfqnResptPsResult in jline.solvers
Fields in jline.solvers declared as PfqnResptPsResultModifier and TypeFieldDescriptionNetworkMomentResult.psresptThe processor-sharing sojourn-time moment result of Mitra and Morrison, or null when no PS station qualified (seeNetworkSolver.getMomentTablefor the two configurations that do).