public class AURE_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 |
|---|
AURE_Algorithm(ComputingRequest pathReq,
es.tid.tedb.TEDB ted,
ReservationManager reservationManager) |
| Modifier and Type | Method and Description |
|---|---|
ComputingResponse |
call()
Exectutes the path computation and returns the PCEP Response
|
AlgorithmReservation |
getReserv() |
void |
setPreComp(AURE_AlgorithmPreComputation preComp) |
public AURE_Algorithm(ComputingRequest pathReq, es.tid.tedb.TEDB ted, ReservationManager reservationManager)
public ComputingResponse call()
call in interface Callable<ComputingResponse>public void setPreComp(AURE_AlgorithmPreComputation preComp)
public AlgorithmReservation getReserv()
getReserv in interface ComputingAlgorithmCopyright © 2016. All rights reserved.