Uses of Class
jline.solvers.mva.SolverMVAResult
Package
Description
Analysis approaches based on Mean-Value Analysis (MVA)
Classes that embody different mean-value analysis methods
Classes for coordinate the execution and performance metric estimation in MVA-based algorithms
-
Uses of SolverMVAResult in jline.solvers.mva
-
Uses of SolverMVAResult in jline.solvers.mva.analyzers
Modifier and TypeMethodDescriptionvoid
MVAAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverMVAResult res) void
SolverMVAAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverMVAResult res) void
SolverMVABoundAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverMVAResult res) void
SolverMVACacheAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverMVAResult res) void
SolverMVACacheQNAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverMVAResult res) void
SolverMVALDAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverMVAResult res) void
SolverMVAQsysAnalyzer.analyze
(NetworkStruct sn, SolverOptions options, SolverMVAResult res) -
Uses of SolverMVAResult in jline.solvers.mva.handlers
Modifier and TypeMethodDescriptionAMVAHandler.solve
(NetworkStruct sn, SolverOptions options) AMVALDHandler.solve
(NetworkStruct sn, SolverOptions options) MVAHandler.solve
(NetworkStruct sn, SolverOptions options) MVALDHandler.solve
(NetworkStruct sn, SolverOptions options) MVASolverHandler.solve
(NetworkStruct sn, SolverOptions options) QNAHandler.solve
(NetworkStruct sn, SolverOptions options)