maxSnr + RoundRobin
This commit is contained in:
parent
436fd8ec82
commit
36c5d7ca20
@ -9,7 +9,7 @@ public class MaxSNR extends Scheduler {
|
||||
|
||||
@Override
|
||||
public void scheduling() {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void TraitementDonnées() {
|
||||
|
@ -12,7 +12,7 @@ public class RoundRobin extends Scheduler {
|
||||
public RoundRobin(String name, int index) {
|
||||
this.name = name;
|
||||
this.index = index;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void scheduling() {
|
||||
|
Reference in New Issue
Block a user