Package jline.api.sn
Class SnGetResidTFromRespTKt
-
- All Implemented Interfaces:
public final class SnGetResidTFromRespTKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixsnGetResidTFromRespT(NetworkStruct sn, Matrix RNclass, AvgHandle WH)Calculates the residence times at each station from the response times. -
-
Method Detail
-
snGetResidTFromRespT
final static Matrix snGetResidTFromRespT(NetworkStruct sn, Matrix RNclass, AvgHandle WH)
Calculates the residence times at each station from the response times.
- Parameters:
sn- the NetworkStruct object for the queueing network modelRNclass- the matrix of resp timesWH- residt handles for the solver- Returns:
a matrix of residence times
-
-
-
-