Package jline.solvers
Class NetworkAvgItemTable
java.lang.Object
jline.solvers.AvgTable
jline.solvers.NetworkAvgItemTable
Table of item-level cache occupancy, one row per Cache node, item and cache
list (level). Columns: Item, List, ListCap, Prob (Node/class-less names held
separately). Prob is the steady-state probability that the item resides in
that list. Port of matlab getAvgItemTable.m.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int col) Retrieves a specific column from the table as a list.getItem()getList()getProb()voidprint()Prints the table contents in a human-readable format.voidprint(SolverOptions options) voidvoidprintTable(SolverOptions options) voidsetNodeNames(List<String> nodeNames) voidsetOptions(SolverOptions options) Sets the solver options associated with this table.
-
Constructor Details
-
NetworkAvgItemTable
-
-
Method Details
-
get
Description copied from class:AvgTableRetrieves a specific column from the table as a list. -
getItem
-
getList
-
getListCap
-
getProb
-
getNodeNames
-
setNodeNames
-
setOptions
Description copied from class:AvgTableSets the solver options associated with this table.- Overrides:
setOptionsin classAvgTable- Parameters:
options- the solver options used when computing this table
-
print
public void print()Description copied from class:AvgTablePrints the table contents in a human-readable format. Implementation is provided by subclasses for specific table types. -
print
-
printTable
public void printTable() -
printTable
-