Package jline.solvers
Class NetworkAvgOrbitTable
java.lang.Object
jline.solvers.AvgTable
jline.solvers.NetworkAvgOrbitTable
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int col) Retrieves a specific column from the table as a list.getOrbit()getQLen()voidprint()Prints the table contents in a human-readable format.voidprint(SolverOptions options) voidvoidprintTable(SolverOptions options) voidsetClassNames(List<String> classNames) voidsetOptions(SolverOptions options) Sets the solver options associated with this table.voidsetStationNames(List<String> stationNames)
-
Constructor Details
-
NetworkAvgOrbitTable
-
-
Method Details
-
get
Description copied from class:AvgTableRetrieves a specific column from the table as a list. -
getQLen
-
getInService
-
getOrbit
-
getStationNames
-
setStationNames
-
getClassNames
-
setClassNames
-
setOptions
Description copied from class:AvgTableSets the solver options associated with this table.- Overrides:
setOptionsin classAvgTable- Parameters:
options- the solver options used when computing this table
-
print
public void print()Description copied from class:AvgTablePrints the table contents in a human-readable format. Implementation is provided by subclasses for specific table types. -
print
-
printTable
public void printTable() -
printTable
-