Package jline.api.polling
Class Polling_qsys_1limited
java.lang.Object
jline.api.polling.Polling_qsys_1limited
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]polling_qsys_1limited(MatrixCell[] arvMAPs, MatrixCell[] svcMAPs, MatrixCell[] switchMAPs) Computes the exact mean waiting time solution for a polling system with open arrivals.
-
Method Details
-
polling_qsys_1limited
public static double[] polling_qsys_1limited(MatrixCell[] arvMAPs, MatrixCell[] svcMAPs, MatrixCell[] switchMAPs) Computes the exact mean waiting time solution for a polling system with open arrivals. The system assumes that all queues use 1-limited service discipline. Reference: O. J. Boxma and B. Meister, "Waiting-time approximations for cyclic-service systems with switch-over times", SIGMETRICS/PERFORMANCE '86, pp. 254-262.- Parameters:
arvMAPs- arrival process MAPssvcMAPs- service process MAPsswitchMAPs- switching times MAPs- Returns:
- mean waiting times for each queue in the system
-