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 TypeClassDescriptionclassclassclassclassclassclassTable for displaying network performance metrics organized by station and job class.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.lqns
Subclasses of AvgTable in jline.solvers.lqnsModifier and TypeClassDescriptionstatic classEnhanced LayeredNetworkAvgTable with detailed metrics support -
Uses of AvgTable in jline.solvers.posterior
Methods in jline.solvers.posterior that return AvgTableModifier and TypeMethodDescriptionSolverPosterior.getAvgTable()Returns the prior-weighted average results.protected AvgTableSolverPosterior.getEnsembleAvg()