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 @Override
public void scheduling() { public void scheduling() {
} }
@Override @Override
protected void TraitementDonnées() { protected void TraitementDonnées() {

View File

@ -12,7 +12,7 @@ public class RoundRobin extends Scheduler {
public RoundRobin(String name, int index) { public RoundRobin(String name, int index) {
this.name = name; this.name = name;
this.index = index; this.index = index;
} }
@Override @Override
public void scheduling() { public void scheduling() {