public class SR_path_algorithm extends Object implements ComputingAlgorithm
Reference: A. Mokhtar y M. Azizoglu, "Adaptive wavelength routing in all-optical networks", IEEE/ACM Transactions on Networking, vol. 6, no.2 pp. 197 - 201, abril 1998
| Constructor and Description |
|---|
SR_path_algorithm(ComputingRequest pathReq,
es.tid.tedb.TEDB ted,
ReservationManager reservationManager,
int mf) |
| Modifier and Type | Method and Description |
|---|---|
ComputingResponse |
call() |
AlgorithmReservation |
getReserv() |
void |
setPreComp(SR_path_algorithmPreComputation preComp) |
public SR_path_algorithm(ComputingRequest pathReq, es.tid.tedb.TEDB ted, ReservationManager reservationManager, int mf)
public ComputingResponse call()
call in interface Callable<ComputingResponse>public void setPreComp(SR_path_algorithmPreComputation preComp)
public AlgorithmReservation getReserv()
getReserv in interface ComputingAlgorithmCopyright © 2016. All rights reserved.