Package jline.solvers

Class LayeredNetworkAvgTable

java.lang.Object
jline.solvers.AvgTable
jline.solvers.LayeredNetworkAvgTable
Direct Known Subclasses:
SolverLQNS.DetailedLayeredNetworkAvgTable

public class LayeredNetworkAvgTable 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()
    • getNodeNames

      public List<String> getNodeNames()
    • setNodeNames

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

      public List<String> getNodeTypes()
    • setNodeTypes

      public void setNodeTypes(List<String> nodeTypes)
    • 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(boolean printZeros)
    • print

      public void print(SolverOptions options)
    • print

      public void print(SolverOptions options, boolean printZeros)
    • printTable

      public void printTable()
    • printTable

      public void printTable(SolverOptions options)
    • 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