Package jline.solvers.lqns
Class SolverLQNS.DetailedLayeredNetworkAvgTable
-
- All Implemented Interfaces:
public class SolverLQNS.DetailedLayeredNetworkAvgTable extends LayeredNetworkAvgTable
Enhanced LayeredNetworkAvgTable with detailed metrics support
-
-
Field Summary
Fields Modifier and Type Field Description public List<Double>
phase1Utilization
public List<Double>
phase2Utilization
public List<Double>
phase1ServiceTime
public List<Double>
phase2ServiceTime
public List<Double>
procWaiting
public List<Double>
procUtilization
public List<String>
sourceNodes
public List<String>
targetNodes
public List<String>
callTypes
public List<String>
nodeNames
public List<String>
nodeTypes
-
Constructor Summary
Constructors Constructor Description SolverLQNS.DetailedLayeredNetworkAvgTable(List<Double> utilization, List<Double> phase1Utilization, List<Double> phase2Utilization, List<Double> phase1ServiceTime, List<Double> phase2ServiceTime, List<Double> throughput, List<Double> procWaiting, List<Double> procUtilization)
-
Method Summary
Modifier and Type Method Description List<Double>
getPhase1Utilization()
List<Double>
getPhase2Utilization()
List<Double>
getPhase1ServiceTime()
List<Double>
getPhase2ServiceTime()
List<Double>
getProcWaiting()
List<Double>
getProcUtilization()
List<String>
getSourceNodes()
List<String>
getTargetNodes()
List<String>
getCallTypes()
void
setCallData(List<String> sourceNodes, List<String> targetNodes, List<String> callTypes)
void
print(SolverOptions options, boolean printZeros)
-
Methods inherited from class jline.solvers.LayeredNetworkAvgTable
get, getArvR, getNodeNames, getNodeTypes, getQLen, getResidT, getRespT, getTput, getUtil, print, print, print, printTable, printTable, setNodeNames, setNodeTypes, setOptions
-
Methods inherited from class jline.solvers.AvgTable
getData, sanitize, toMatrix
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
SolverLQNS.DetailedLayeredNetworkAvgTable
SolverLQNS.DetailedLayeredNetworkAvgTable(List<Double> utilization, List<Double> phase1Utilization, List<Double> phase2Utilization, List<Double> phase1ServiceTime, List<Double> phase2ServiceTime, List<Double> throughput, List<Double> procWaiting, List<Double> procUtilization)
-
-
Method Detail
-
getPhase1Utilization
List<Double> getPhase1Utilization()
-
getPhase2Utilization
List<Double> getPhase2Utilization()
-
getPhase1ServiceTime
List<Double> getPhase1ServiceTime()
-
getPhase2ServiceTime
List<Double> getPhase2ServiceTime()
-
getProcWaiting
List<Double> getProcWaiting()
-
getProcUtilization
List<Double> getProcUtilization()
-
getSourceNodes
List<String> getSourceNodes()
-
getTargetNodes
List<String> getTargetNodes()
-
getCallTypes
List<String> getCallTypes()
-
setCallData
void setCallData(List<String> sourceNodes, List<String> targetNodes, List<String> callTypes)
-
print
void print(SolverOptions options, boolean printZeros)
-
-
-
-