Class GameUtils


  • public class GameUtils
    extends java.lang.Object
    • Constructor Detail

      • GameUtils

        public GameUtils()
    • Method Detail

      • getPatientsQueue

        public static java.util.Queue<Patient> getPatientsQueue​(int num)
      • getPatientById

        public static Patient getPatientById​(int id)
      • getServiceById

        public static Service getServiceById​(int id)