Uses of Class
jline.solvers.SolverResult
Packages that use 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
Subclasses of SolverResult in jline.solversFields in jline.solvers declared as SolverResultFields in jline.solvers with type parameters of type SolverResultModifier and TypeFieldDescriptionprotected Map<Integer,
Map<Integer, SolverResult>> EnsembleSolver.results
Methods in jline.solvers that return SolverResultModifier 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
Subclasses of SolverResult in jline.solvers.ctmc -
Uses of SolverResult in jline.solvers.env
Methods in jline.solvers.env that return SolverResult -
Uses of SolverResult in jline.solvers.fluid
Subclasses of SolverResult in jline.solvers.fluidMethods in jline.solvers.fluid that return SolverResult -
Uses of SolverResult in jline.solvers.fluid.analyzers
Methods in jline.solvers.fluid.analyzers with parameters of type SolverResultModifier 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
Subclasses of SolverResult in jline.solvers.jmtMethods in jline.solvers.jmt that return SolverResult -
Uses of SolverResult in jline.solvers.ln
Methods in jline.solvers.ln that return SolverResult -
Uses of SolverResult in jline.solvers.lqns
Methods in jline.solvers.lqns that return SolverResultModifier and TypeMethodDescriptionSolverLQNS.getAvg()
protected SolverResult
SolverLQNS.getEnsembleAvg()
SolverLQNS.parseXMLResults
(String filename) -
Uses of SolverResult in jline.solvers.mam
Subclasses of SolverResult in jline.solvers.mamMethods in jline.solvers.mam that return SolverResult -
Uses of SolverResult in jline.solvers.mva
Subclasses of SolverResult in jline.solvers.mvaMethods in jline.solvers.mva that return SolverResult -
Uses of SolverResult in jline.solvers.nc
Subclasses of SolverResult in jline.solvers.ncMethods in jline.solvers.nc that return SolverResult -
Uses of SolverResult in jline.solvers.ssa
Subclasses of SolverResult in jline.solvers.ssa