Uses of Class
jline.solvers.Solver
Packages that use Solver
Package
Description
Benchmarking utilities and performance test models for LINE solvers.
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 SolverENV (ENV).
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 SolverLN.
This package provides an implementation of SolverLQNS.
This package provides an implementation of SolverMAM.
This package provides an implementation of SolverMVA.
This package provides an implementation of SolverNC.
This package provides an implementation of SolverQNS.
This package provides an implementation of SolverSSA.
-
Uses of Solver in jline.bench
Methods in jline.bench that return types with arguments of type SolverModifier and TypeMethodDescriptionBenchmarkSolvers.getBenchmarkSolvers(Network model) BenchmarkSolvers.getForkJoinBenchmarkSolvers(Network model) Get Fork-Join specific benchmark solvers Tests different fork-join approximation methods -
Uses of Solver in jline.solvers
Subclasses of Solver in jline.solversModifier and TypeClassDescriptionclassclassAbstract base class for solvers applicable to queueing network models. -
Uses of Solver in jline.solvers.auto
Subclasses of Solver in jline.solvers.autoModifier and TypeClassDescriptionclassAUTO is an alias for SolverAUTO (Automatic solver selection).classLINE solver - Java/Kotlin implementation equivalent to MATLAB LINE.mclassAutomatic solver selection for queueing network models. -
Uses of Solver in jline.solvers.ctmc
Subclasses of Solver in jline.solvers.ctmcModifier and TypeClassDescriptionclassCTMC is an alias for SolverCTMC (Continuous Time Markov Chain solver).classSolver for Continuous-Time Markov Chain (CTMC) analysis of queueing networks. -
Uses of Solver in jline.solvers.env
Subclasses of Solver in jline.solvers.env -
Uses of Solver in jline.solvers.fluid
Subclasses of Solver in jline.solvers.fluidModifier and TypeClassDescriptionclassFLD is an alias for SolverFluid (Fluid/Mean-Field Approximation solver).classFluid is an alias for SolverFluid (Fluid/Mean-Field Approximation solver).classFLD - Fluid/Mean-Field Approximation solver. -
Uses of Solver in jline.solvers.jmt
Subclasses of Solver in jline.solvers.jmt -
Uses of Solver in jline.solvers.ldes
Subclasses of Solver in jline.solvers.ldesModifier and TypeClassDescriptionclassLDES is an alias for SolverLDES (Discrete Event Simulation solver).class -
Uses of Solver in jline.solvers.ln
Subclasses of Solver in jline.solvers.ln -
Uses of Solver in jline.solvers.lqns
Subclasses of Solver in jline.solvers.lqnsModifier and TypeClassDescriptionclassLQNS is an alias for SolverLQNS (Layered Queueing Network Solver).classSolver interface to the LQNS external tool for Layered Queueing Network analysis. -
Uses of Solver in jline.solvers.mam
Subclasses of Solver in jline.solvers.mam -
Uses of Solver in jline.solvers.mva
Subclasses of Solver in jline.solvers.mva -
Uses of Solver in jline.solvers.nc
Subclasses of Solver in jline.solvers.nc -
Uses of Solver in jline.solvers.posterior
Subclasses of Solver in jline.solvers.posteriorModifier and TypeClassDescriptionclassPosterior is an alias forSolverPosterior(Bayesian-style parameter uncertainty analysis).classPosterior solver for Bayesian-style parameter uncertainty analysis. -
Uses of Solver in jline.solvers.qns
Subclasses of Solver in jline.solvers.qns -
Uses of Solver in jline.solvers.ssa
Subclasses of Solver in jline.solvers.ssa