Scheduler
rlDisciplineBuilder.h
Go to the documentation of this file.
1 
10 #ifndef RL_DISCIPLINE_BUILDER_H
11 #define RL_DISCIPLINE_BUILDER_H
12 
13 
14 #include "rlDiscipline.h"
16 
17 namespace Mdp
18 {
19  class Builder;
20 }
21 
22 namespace Scheduler
23 {
24  class Process;
25 }
26 
27 namespace RlScheduler
28 {
29 
30 class Configuration;
31 
33 {
34 public:
35  static void buildRlDisciplineModels(RlDiscipline *discipline);
36 };
37 
38 }
39 
40 #endif
Definition: action.h:18