Uses of Class
jline.solvers.AvgTable
Packages that use AvgTable
Package
Description
Solver superclasses and related data structures.
This package provides an implementation of SolverENV (ENV).
This package provides an implementation of SolverLN.
This package provides an implementation of SolverLQNS.
-
Uses of AvgTable in jline.solvers
Subclasses of AvgTable in jline.solversModifier and TypeClassDescriptionclassclassLayer-wise table of performance sensitivities of a layered network, one row per (Layer, Station, JobClass).classTable of detailed per-class cache performance metrics, one total row per cache node and read class (List=0) plus, where available and the cache has more than one list, one row per cache list (level).classclassTable of item-level cache occupancy, one row per Cache node, item and cache list (level).classclassclassclassTable for displaying network performance metrics organized by station and job class.classTable of bound brackets produced by SolverBA, in the layout ofNetworkAvgTable.classTable of exact higher moments of the per-chain queue length, one row per (Station, Chain).classTable of exact higher moments of the TOTAL queue length, one row per station.classTable of exact higher moments of the per-class performance measures, one row per (Station, JobClass).classTable of exact analytic performance sensitivities, one row per (Station, JobClass).Methods in jline.solvers that return AvgTableModifier and TypeMethodDescriptionprotected AvgTableEnsembleSolver.ensembleAvg()protected abstract AvgTableEnsembleSolver.getEnsembleAvg()static AvgTableNetworkAvgTable.tget(NetworkAvgTable T, String anyname) Extracts rows from the table matching the specified name (station or class).static AvgTableNetworkAvgTable.tget(NetworkAvgTable T, String stationname, String classname) Extracts rows from the table matching both station and class names. -
Uses of AvgTable in jline.solvers.env
Methods in jline.solvers.env that return AvgTable -
Uses of AvgTable in jline.solvers.ln
Methods in jline.solvers.ln that return AvgTableModifier and TypeMethodDescriptionSolverLN.aT()SolverLN.avgT()SolverLN.avgTable()SolverLN.getAvgTable()SolverLN.getEnsembleAvg() -
Uses of AvgTable in jline.solvers.uq
Methods in jline.solvers.uq that return AvgTableModifier and TypeMethodDescriptionSolverUQ.getAvgTable()Returns the prior-weighted average results.protected AvgTableSolverUQ.getEnsembleAvg() -
Uses of AvgTable in jline.solvers.wrappers.lqns
Subclasses of AvgTable in jline.solvers.wrappers.lqnsModifier and TypeClassDescriptionstatic classEnhanced LayeredNetworkAvgTable with detailed metrics support