Package jline.solvers

Class NetworkAvgItemTable

java.lang.Object
jline.solvers.AvgTable
jline.solvers.NetworkAvgItemTable

public class NetworkAvgItemTable extends AvgTable
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 Details

  • Method Details

    • get

      public List<Double> get(int col)
      Description copied from class: AvgTable
      Retrieves a specific column from the table as a list.
      Overrides:
      get in class AvgTable
      Parameters:
      col - the column index to retrieve
      Returns:
      the column data as a List of Double values
    • getItem

      public List<Double> getItem()
    • getList

      public List<Double> getList()
    • getListCap

      public List<Double> getListCap()
    • getProb

      public List<Double> getProb()
    • getNodeNames

      public List<String> getNodeNames()
    • setNodeNames

      public void setNodeNames(List<String> nodeNames)
    • setOptions

      public void setOptions(SolverOptions options)
      Description copied from class: AvgTable
      Sets the solver options associated with this table.
      Overrides:
      setOptions in class AvgTable
      Parameters:
      options - the solver options used when computing this table
    • print

      public void print()
      Description copied from class: AvgTable
      Prints the table contents in a human-readable format. Implementation is provided by subclasses for specific table types.
      Specified by:
      print in class AvgTable
    • print

      public void print(SolverOptions options)
    • printTable

      public void printTable()
    • printTable

      public void printTable(SolverOptions options)