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 SolverFluid (FLD).
This package provides an implementation of SolverJMT.
LINE Discrete Event Simulator (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 SolverQNS.
-
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.getCdfRespT()SolverAUTO.getTranCdfPassT()SolverAUTO.getTranCdfRespT() -
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.getCdfRespT()SolverFluid.getSjrnT()Get sojourn time CDF.SolverFluid.getTranCdfPassT()SolverFluid.sjrnT()Get sojourn time CDF. -
Uses of Ret.DistributionResult in jline.solvers.jmt
Methods in jline.solvers.jmt that return Ret.DistributionResultModifier and TypeMethodDescriptionSolverJMT.getCdfRespT()SolverJMT.getCdfRespT(AvgHandle RH) SolverJMT.getTranCdfPassT()SolverJMT.getTranCdfPassT(AvgHandle R) SolverJMT.getTranCdfRespT()SolverJMT.getTranCdfRespT(AvgHandle R) -
Uses of Ret.DistributionResult in jline.solvers.ldes
Methods in jline.solvers.ldes that return Ret.DistributionResultModifier and TypeMethodDescriptionSolverLDES.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 cumulative distribution function of response times with default parameters -
Uses of Ret.DistributionResult in jline.solvers.qns
Methods in jline.solvers.qns that return Ret.DistributionResultModifier and TypeMethodDescriptionSolverQNS.getCdfPassT()SolverQNS.getCdfPassT(AvgHandle R) SolverQNS.getCdfRespT()SolverQNS.getCdfRespT(AvgHandle R) SolverQNS.getTranCdfPassT()SolverQNS.getTranCdfPassT(AvgHandle R) SolverQNS.getTranCdfRespT()SolverQNS.getTranCdfRespT(AvgHandle R)