Package jline.solvers

Class NetworkAvgNodeChainTable

java.lang.Object
jline.solvers.AvgTable
jline.solvers.NetworkAvgNodeChainTable

public class NetworkAvgNodeChainTable extends AvgTable
  • 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
    • getArvR

      public List<Double> getArvR()
    • getChainNames

      public List<String> getChainNames()
    • setChainNames

      public void setChainNames(List<String> chainNames)
    • getInChainNames

      public List<String> getInChainNames()
    • setInChainNames

      public void setInChainNames(List<String> inChainNames)
    • getNodeNames

      public List<String> getNodeNames()
    • setNodeNames

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

      public List<Double> getQLen()
    • getResidT

      public List<Double> getResidT()
    • getRespT

      public List<Double> getRespT()
    • getTput

      public List<Double> getTput()
    • getUtil

      public List<Double> getUtil()
    • 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)
    • setNumberOfDigits

      public void setNumberOfDigits(int nd)
    • 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
    • tget

      public AvgTable tget(Node node, JobClass jobclass)
    • tget

      public AvgTable tget(String nodename, String classname)