Scheduler
schedulerDomainModel.h
Go to the documentation of this file.
1 
10 #ifndef SCHEDULERDOMAINMODEL_H
11 #define SCHEDULERDOMAINMODEL_H
12 
13 #include <mdp/domainModel.h>
14 
15 namespace Scheduler
16 {
17  class Queue;
18  class System;
19  class Processor;
20 }
21 
22 namespace MdpGov
23 {
24 
26 {
27 public:
28  double measureReward();
29 
33 };
34 
35 }
36 
37 #endif
This class implements the ready queue and the wait queue. Those queues contain processes ready to run...
Definition: queue.h:28