Uses of Class
jline.io.Ret.DistributionResult
Packages that use Ret.DistributionResult
Package
Description
Solver superclasses and related data structures.
Automatic solver selection and configuration for queueing networks.
This package provides an implementation of SolverCTMC.
This package provides an implementation of SolverFluid (FLD).
LDES solver using SSJ library.
This package provides an implementation of SolverMAM.
This package provides an implementation of SolverNC.
This package provides an implementation of SolverSSA.
This package provides an implementation of SolverJMT.
-
Uses of Ret.DistributionResult in jline.solvers
Methods in jline.solvers that return Ret.DistributionResultModifier and TypeMethodDescriptionNetworkSolver.cdfPassT()NetworkSolver.cdfRespT()NetworkSolver.getCdfPassT()Returns cumulative distribution functions of passage times at steady-state.NetworkSolver.getCdfPassT(AvgHandle R) Returns cumulative distribution functions of passage times at steady-state.NetworkSolver.getCdfRespT()Returns cumulative distribution functions of response times at steady-state.NetworkSolver.getCdfRespT(AvgHandle R) Returns cumulative distribution functions of response times at steady-state.NetworkSolver.getTranCdfPassT()Returns cumulative distribution functions of passage times during transient analysis.NetworkSolver.getTranCdfPassT(AvgHandle R) Returns cumulative distribution functions of passage times during transient analysis.NetworkSolver.getTranCdfRespT()Returns cumulative distribution functions of response times during transient analysis.NetworkSolver.getTranCdfRespT(AvgHandle R) Returns cumulative distribution functions of response times during transient analysis.NetworkSolver.tranCdfPassT()NetworkSolver.tranCdfPassT(AvgHandle R) NetworkSolver.tranCdfRespT()NetworkSolver.tranCdfRespT(AvgHandle R) -
Uses of Ret.DistributionResult in jline.solvers.auto
Methods in jline.solvers.auto that return Ret.DistributionResultModifier and TypeMethodDescriptionSolverAUTO.cdfPassT()Alias for getCdfPassT()SolverAUTO.cdfRespT()Alias for getCdfRespT()SolverAUTO.getCdfPassT()Get CDF of passage times at steady-stateSolverAUTO.getCdfPT()Backward-compatible passage-time CDF name, resolved on the fluid family.SolverAUTO.getCdfRespT()SolverAUTO.getTranCdfPassT()SolverAUTO.getTranCdfRespT() -
Uses of Ret.DistributionResult in jline.solvers.ctmc
Methods in jline.solvers.ctmc that return Ret.DistributionResultModifier and TypeMethodDescriptionSolverCTMC.getCdfRespT(AvgHandle R) Response-time distribution, as the distribution and not as a summary. -
Uses of Ret.DistributionResult in jline.solvers.fluid
Methods in jline.solvers.fluid that return Ret.DistributionResultModifier and TypeMethodDescriptionSolverFluid.getCdfPassT()Get cumulative distribution function for passage time.SolverFluid.getCdfPassT(AvgHandle R) Get cumulative distribution function for passage time with specific response time handles.SolverFluid.getCdfPT()Backward-compatible name forSolverFluid.getCdfPassT(), to which this delegates -- the@SolverFLD/getCdfPT.mtwin.Backward-compatible name forSolverFluid.getCdfPassT(AvgHandle).SolverFluid.getCdfRespT()SolverFluid.getCdfRespT(AvgHandle R) Get cumulative distribution function of response times, handle form.SolverFluid.getSjrnT()Get sojourn time CDF.SolverFluid.getTranCdfPassT()SolverFluid.sjrnT()Get sojourn time CDF. -
Uses of Ret.DistributionResult in jline.solvers.ldes
Methods in jline.solvers.ldes that return Ret.DistributionResultModifier and TypeMethodDescriptionSolverLDES.getCdfRespT()Empirical response time CDF, measured on the simulated sample path.SolverLDES.getCdfRespT(AvgHandle R) Empirical response time CDF, handle form.SolverLDES.getTranCdfPassT()Returns cumulative distribution functions of passage times during transient analysis.SolverLDES.getTranCdfPassT(AvgHandle R) Returns cumulative distribution functions of passage times during transient analysis.SolverLDES.getTranCdfRespT()Returns cumulative distribution functions of response times during transient analysis.SolverLDES.getTranCdfRespT(AvgHandle R) Returns cumulative distribution functions of response times during transient analysis. -
Uses of Ret.DistributionResult in jline.solvers.mam
Methods in jline.solvers.mam that return Ret.DistributionResultModifier and TypeMethodDescriptionSolverMAM.getCdfPassT()Returns cumulative distribution functions of passage times at steady-state.SolverMAM.getCdfPassT(AvgHandle R) Returns cumulative distribution functions of passage times at steady-state.SolverMAM.getCdfRespT()Returns cumulative distribution functions of response times at steady-state.SolverMAM.getCdfRespT(AvgHandle R) Returns cumulative distribution functions of response times at steady-state.SolverMAM.getTranCdfPassT()Returns cumulative distribution functions of passage times during transient analysis.SolverMAM.getTranCdfPassT(AvgHandle R) Returns cumulative distribution functions of passage times during transient analysis. -
Uses of Ret.DistributionResult in jline.solvers.nc
Methods in jline.solvers.nc that return Ret.DistributionResultModifier and TypeMethodDescriptionSolverNC.getCdfRespT()Get the response time CDF at FCFS and delay stations.SolverNC.getCdfRespT(AvgHandle R) Response time CDF, ignoring the handle argument as the reference does. -
Uses of Ret.DistributionResult in jline.solvers.ssa
Methods in jline.solvers.ssa that return Ret.DistributionResultModifier and TypeMethodDescriptionSolverSSA.getCdfRespT()Not available: SolverSSA does not record per-job response times.SolverSSA.getCdfRespT(AvgHandle R) -
Uses of Ret.DistributionResult in jline.solvers.wrappers.jmt
Methods in jline.solvers.wrappers.jmt that return Ret.DistributionResultModifier and TypeMethodDescriptionSolverJMT.getCdfRespT()SolverJMT.getCdfRespT(AvgHandle RH) SolverJMT.getTranCdfPassT()SolverJMT.getTranCdfPassT(AvgHandle R) SolverJMT.getTranCdfRespT()SolverJMT.getTranCdfRespT(AvgHandle R)