Package jline.api.sum
Class Sum_closing.Result
java.lang.Object
jline.api.sum.Sum_closing.Result
- Enclosing class:
Sum_closing
Result of the closing method.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intnumber of iterationsfinal MatrixMxR mean queue lengths at the original stationsfinal MatrixMxR residence times at the original stationsfinal Matrix1xR mean response time in the original network, TN=sum(QN)/XNfinal MatrixMxR utilizations at the original stationsfinal Matrix1xR class throughputs (open classes approach lambda0 from below) -
Method Summary
-
Field Details
-
XN
1xR class throughputs (open classes approach lambda0 from below) -
QN
MxR mean queue lengths at the original stations -
UN
MxR utilizations at the original stations -
RN
MxR residence times at the original stations -
TN
1xR mean response time in the original network, TN=sum(QN)/XN -
it
public final int itnumber of iterations
-