Package jline.solvers
Class NetworkAvgNodeTable
java.lang.Object
jline.solvers.AvgTable
jline.solvers.NetworkAvgNodeTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int col) Retrieves a specific column from the table as a list.getArvR()getQLen()getRespT()getTput()getUtil()voidprint()Prints the table contents in a human-readable format.voidprint(SolverOptions options) voidvoidprintTable(SolverOptions options) voidsetClassNames(List<String> classNames) voidsetNodeNames(List<String> nodeNames) voidsetOptions(SolverOptions options) Sets the solver options associated with this table.static NetworkAvgNodeTabletget(NetworkAvgNodeTable T, String anyname) static NetworkAvgNodeTabletget(NetworkAvgNodeTable T, String stationname, String classname)
-
Constructor Details
-
NetworkAvgNodeTable
-
-
Method Details
-
tget
-
tget
-
get
Description copied from class:AvgTableRetrieves a specific column from the table as a list. -
getArvR
-
getClassNames
-
setClassNames
-
getNodeNames
-
setNodeNames
-
getQLen
-
getResidT
-
getRespT
-
getTput
-
getUtil
-
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
-
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
-
tget
-
tget
-
tget
-