Package | Description |
---|---|
fr.inria.tea.aadl2ssme.scheduling.actions | |
fr.inria.tea.aadl2ssme.scheduling.idstruct |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<AL_ThreadInstance> |
Scheduling.CreatePOrderedThreadInstanceList(I_Process iProcess,
SchedulingPolicy schedulingPolicy) |
void |
Scheduling.MainSchedulingAlgorithm(SchedulingPolicy schedulingPolicy) |
Constructor and Description |
---|
Scheduling(SchedulingPolicy policy) |
Modifier and Type | Method and Description |
---|---|
static SchedulingPolicy |
SchedulingPolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchedulingPolicy[] |
SchedulingPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|