maxSnr + RoundRobin

This commit is contained in:
iboyeau 2023-03-03 11:11:30 +01:00
parent 436fd8ec82
commit 36c5d7ca20
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ public class MaxSNR extends Scheduler {
@Override
public void scheduling() {
}
}
@Override
protected void TraitementDonnées() {

View File

@ -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() {