Package jline.solvers
Class NetworkAvgSysTable
java.lang.Object
jline.solvers.AvgTable
jline.solvers.NetworkAvgSysTable
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkAvgSysTable(List<Double> SysRespTval, List<Double> SysTputval, SolverOptions options) -
Method Summary
Modifier and TypeMethodDescriptionget(int col) Retrieves a specific column from the table as a list.voidprint()Prints the table contents in a human-readable format.voidprint(SolverOptions options) voidvoidprintTable(SolverOptions options) voidsetChainNames(List<String> chainNames) voidsetInChainNames(List<String> inChainNames) voidsetNumberOfDigits(int nd) voidsetOptions(SolverOptions options) Sets the solver options associated with this table.static NetworkAvgSysTabletget(NetworkAvgSysTable T, String chainname)
-
Constructor Details
-
NetworkAvgSysTable
-
-
Method Details
-
tget
-
get
Description copied from class:AvgTableRetrieves a specific column from the table as a list. -
getChainNames
-
setChainNames
-
getInChainNames
-
setInChainNames
-
getSysRespT
-
getSysTput
-
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
-
setNumberOfDigits
public void setNumberOfDigits(int nd) -
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
-