public override void AllocateDemand(SpectrumPathAllocator allocator) { Path pathUp = GetDemandPathUp(); Path pathDown = GetDemandPathDown(); allocator.AllocateFirstFreeSpectrumOnPath(pathUp); allocator.AllocateFirstFreeSpectrumOnPath(pathDown); }
public override void AllocateDemand(SpectrumPathAllocator allocator) { Path path = GetDemandPath(); allocator.AllocateFirstFreeSpectrumOnPath(path); }