Uses of Class
jline.api.qsys.QsysServiceLaw
Packages that use QsysServiceLaw
Package
Description
Queueing system analysis algorithms.
Handlers for SolverMAM.
-
Uses of QsysServiceLaw in jline.api.qsys
Methods in jline.api.qsys that return QsysServiceLawModifier and TypeMethodDescriptionstatic QsysServiceLawQsysServiceLaw.density(org.apache.commons.math3.analysis.UnivariateFunction f) Arbitrary density on (0, inf).static QsysServiceLawQsysServiceLaw.density(org.apache.commons.math3.analysis.UnivariateFunction f, double tmax) Arbitrary density supported on (0, tmax].static QsysServiceLawQsysServiceLaw.deterministic(double d) Constant service time d.static QsysServiceLawQsysServiceLaw.exponential(double rate) Exponential with the given RATE, i.e.static QsysServiceLawQsysServiceLaw.gamma(double shape, double scale) Gamma(shape, scale).static QsysServiceLawPhase type with initial row ALPHA and subgenerator T.Methods in jline.api.qsys with parameters of type QsysServiceLawModifier and TypeMethodDescriptionstatic QsysMapG1kResultQsys_mapg1k.qsys_mapg1k(Matrix D0, Matrix D1, QsysServiceLaw svc, int K) qsys_mapg1k with the reference defaults tol = 1e-12, nmax = 200000.static QsysMapG1kResultQsys_mapg1k.qsys_mapg1k(Matrix D0, Matrix D1, QsysServiceLaw svc, int K, double tol, int nmaxCap) MAP/G/1/K with tail drop.static QsysMapG1kPerflowResultQsys_mapg1k_perflow.qsys_mapg1k_perflow(List<MatrixCell> maps, QsysServiceLaw svc, int K) qsys_mapg1k_perflow with the reference defaults tol = 1e-12, nmax = 200000.static QsysMapG1kPerflowResultQsys_mapg1k_perflow.qsys_mapg1k_perflow(List<MatrixCell> maps, QsysServiceLaw svc, int K, double tol, int nmaxCap) Per-flow analysis of a MAP-superposition FIFO buffer.static QsysMmapG1kResultQsys_mmapg1k.qsys_mmapg1k(Matrix D0, List<Matrix> D1c, QsysServiceLaw svc, int K) qsys_mmapg1k with the reference defaults tol = 1e-12, nmax = 200000.static QsysMmapG1kResultQsys_mmapg1k.qsys_mmapg1k(Matrix D0, List<Matrix> D1c, QsysServiceLaw svc, int K, double tol, int nmaxCap) MMAP[K]/G/1/K with tail drop. -
Uses of QsysServiceLaw in jline.solvers.mam.handlers
Methods in jline.solvers.mam.handlers that return QsysServiceLawModifier and TypeMethodDescriptionMam_svc_mixture.Result.toServiceLaw()The mixture as a service law descriptor.