Package jline.solvers

Class NetworkAvgSysTable

java.lang.Object
jline.solvers.AvgTable
jline.solvers.NetworkAvgSysTable

public class NetworkAvgSysTable extends AvgTable
  • Constructor Details

  • Method Details

    • tget

      public static NetworkAvgSysTable tget(NetworkAvgSysTable T, String chainname)
    • 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
    • getChainNames

      public List<String> getChainNames()
    • setChainNames

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

      public List<String> getInChainNames()
    • setInChainNames

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

      public List<Double> getSysRespT()
    • getSysTput

      public List<Double> getSysTput()
    • 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 NetworkAvgSysTable tget(Chain chain)
    • tget

      public NetworkAvgSysTable tget(String chainname)