Package jline.solvers

Class NetworkAvgOrbitTable

java.lang.Object
jline.solvers.AvgTable
jline.solvers.NetworkAvgOrbitTable

public class NetworkAvgOrbitTable extends AvgTable
Table of the mean orbit length of every retrial station-class pair, with the station population and the in-service population it decomposes into.

Reported as a separate table rather than as an extra column of getAvgTable so that the average table keeps its shape for models without retrials. Port of MATLAB getAvgOrbitTable.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
    • getQLen

      public List<Double> getQLen()
    • getInService

      public List<Double> getInService()
    • getOrbit

      public List<Double> getOrbit()
    • getStationNames

      public List<String> getStationNames()
    • setStationNames

      public void setStationNames(List<String> stationNames)
    • getClassNames

      public List<String> getClassNames()
    • setClassNames

      public void setClassNames(List<String> classNames)
    • 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)