Uses of Class
jline.api.qsys.QsysAbandonResult
Packages that use QsysAbandonResult
-
Uses of QsysAbandonResult in jline.api.qsys
Methods in jline.api.qsys that return QsysAbandonResultModifier and TypeMethodDescriptionstatic QsysAbandonResultQsys_erlanga.qsys_erlanga(double lambda, double mu, double theta, int s) Erlang A with an infinite waiting room.static QsysAbandonResultQsys_erlanga.qsys_erlanga(double lambda, double mu, double theta, int s, double r) Erlang A with r extra waiting spaces, so an arrival finding s+r customers is blocked and lost.static QsysAbandonResultQsys_erlanga.qsys_erlanga(double lambda, double mu, double theta, int s, double r, double[] wPoints) Erlang A, with the waiting-time cdfs when times are supplied.static QsysAbandonResultQsys_mgisrgi_whitt.qsys_mgisrgi_whitt(double lambda, double mu, int s, double r, Patience patience) Steady-state measures with no waiting-time cdfs and the default truncation.static QsysAbandonResultQsys_mgisrgi_whitt.qsys_mgisrgi_whitt(double lambda, double mu, int s, double r, Patience patience, double[] wPoints, int maxQueue, double tol, String invMethod, int invN) Steady-state measures, with the waiting-time cdfs when times are supplied.