Package jline.solvers
Class NetworkAvgNodeTable
-
- All Implemented Interfaces:
public class NetworkAvgNodeTable extends AvgTable
-
-
Method Summary
Modifier and Type Method Description List<String>getClassNames()voidsetClassNames(List<String> classNames)List<String>getNodeNames()voidsetNodeNames(List<String> nodeNames)static NetworkAvgNodeTabletget(NetworkAvgNodeTable T, String anyname)static NetworkAvgNodeTabletget(NetworkAvgNodeTable T, String stationname, String classname)List<Double>get(int col)Retrieves a specific column from the table as a list. List<Double>getArvR()List<Double>getQLen()List<Double>getResidT()List<Double>getRespT()List<Double>getTput()List<Double>getUtil()voidprint()Prints the table contents in a human-readable format. voidprint(SolverOptions options)voidprintTable()voidprintTable(SolverOptions options)voidsetOptions(SolverOptions options)Sets the solver options associated with this table. NetworkAvgNodeTabletget(Node node, JobClass jobclass)NetworkAvgNodeTabletget(String anyname)NetworkAvgNodeTabletget(String nodename, String classname)-
-
Method Detail
-
getClassNames
List<String> getClassNames()
-
setClassNames
void setClassNames(List<String> classNames)
-
getNodeNames
List<String> getNodeNames()
-
setNodeNames
void setNodeNames(List<String> nodeNames)
-
tget
static NetworkAvgNodeTable tget(NetworkAvgNodeTable T, String anyname)
-
tget
static NetworkAvgNodeTable tget(NetworkAvgNodeTable T, String stationname, String classname)
-
get
List<Double> get(int col)
Retrieves a specific column from the table as a list.
- Parameters:
col- the column index to retrieve- Returns:
the column data as a List of Double values
-
print
void print()
Prints the table contents in a human-readable format. Implementation is provided by subclasses for specific table types.
-
print
void print(SolverOptions options)
-
printTable
void printTable()
-
printTable
void printTable(SolverOptions options)
-
setOptions
void setOptions(SolverOptions options)
Sets the solver options associated with this table.
- Parameters:
options- the solver options used when computing this table
-
tget
NetworkAvgNodeTable tget(Node node, JobClass jobclass)
-
tget
NetworkAvgNodeTable tget(String anyname)
-
tget
NetworkAvgNodeTable tget(String nodename, String classname)
-
-
-
-