Uses of Class
jline.solvers.SolverResult
Package
Description
Solver superclasses and related data structures.
Solution approaches based on Continuous-Time Markov Chain solution
Solution approaches for stochastic models in random environments.
Solution approaches based on mean-field and fluid approximations.
Classes that embody different fluid ODE analysis algorithms
Wrapper for the Java Modelling Tools (JMT) suite solvers
LINE's native Layered Network (LN) solver
Wrapper for University of Carleton RADS group's Layered Queueing Network Solver (LQNS)
Analysis approaches based on matrix-analytic methods
Analysis approaches based on Mean-Value Analysis (MVA)
Analysis approaches based on Normalizing Costant (NC) methods
Analysis approaches based on the Stochastic Simulation Algorithm (SSA) for Markov chains
-
Uses of SolverResult in jline.solvers
Modifier and TypeFieldDescriptionprotected Map<Integer,
Map<Integer, SolverResult>> EnsembleSolver.results
Modifier and TypeMethodDescriptionprotected abstract SolverResult
EnsembleSolver.analyze
(int it, int e) SolverResult.deepCopy()
final SolverResult
NetworkSolver.getAvg()
final SolverResult
NetworkSolver.getAvgChain()
final SolverResult
NetworkSolver.getAvgNode()
final SolverResult
NetworkSolver.getAvgNodeChain()
Solver.getResults()
-
Uses of SolverResult in jline.solvers.ctmc
-
Uses of SolverResult in jline.solvers.env
-
Uses of SolverResult in jline.solvers.fluid
-
Uses of SolverResult in jline.solvers.fluid.analyzers
Modifier and TypeMethodDescriptionvoid
ClosingAndStateDepMethodsAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverResult result) void
MatrixMethodAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverResult result) void
MethodAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverResult result) -
Uses of SolverResult in jline.solvers.jmt
-
Uses of SolverResult in jline.solvers.ln
-
Uses of SolverResult in jline.solvers.lqns
Modifier and TypeMethodDescriptionSolverLQNS.getAvg()
protected SolverResult
SolverLQNS.getEnsembleAvg()
SolverLQNS.parseXMLResults
(String filename) -
Uses of SolverResult in jline.solvers.mam
-
Uses of SolverResult in jline.solvers.mva
-
Uses of SolverResult in jline.solvers.nc
-
Uses of SolverResult in jline.solvers.ssa