Remove Reuse classes
This commit is contained in:
parent
519fa92aef
commit
753b1b5ead
@ -1,7 +1,5 @@
|
||||
package fr.ntr;
|
||||
|
||||
import fr.ntr.scheduler.MaxSNR;
|
||||
import fr.ntr.scheduler.ProportionalFair;
|
||||
import fr.ntr.scheduler.RoundRobin;
|
||||
import fr.ntr.scheduler.Scheduler;
|
||||
|
||||
|
@ -1,16 +0,0 @@
|
||||
package fr.ntr.Reuse;
|
||||
|
||||
import fr.ntr.Cell;
|
||||
import fr.ntr.User;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class Reuse1 {
|
||||
|
||||
public static void BandwithReuse1(List<Cell> cellList, int tick) {
|
||||
for (Cell cell : cellList) {
|
||||
cell.updateBandwidth(tick);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
@ -1,16 +0,0 @@
|
||||
package fr.ntr.Reuse;
|
||||
import fr.ntr.Cell;
|
||||
import fr.ntr.ResourceBlock;
|
||||
import fr.ntr.User;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class Reuse3 {
|
||||
|
||||
public static void BandwithReuse3(List<Cell> cellList, int tick) {
|
||||
for (Cell cell : cellList) {
|
||||
|
||||
cell.updateBandwidth(tick);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user