public class SVEC_AURE_SSON_algorithm extends Object implements ComputingAlgorithm
| Constructor and Description |
|---|
SVEC_AURE_SSON_algorithm(ComputingRequest pathReq,
es.tid.tedb.TEDB ted,
ReservationManager reservationManager,
int mf) |
| Modifier and Type | Method and Description |
|---|---|
ComputingResponse |
call() |
Lock |
getGraphLock() |
AlgorithmReservation |
getReserv() |
void |
notifyWavelengthReservation(LinkedList<Inet4Address> sourceVertexList,
LinkedList<Inet4Address> targetVertexList,
int wavelength) |
void |
setGraphLock(Lock graphLock) |
void |
setPreComp(SVEC_AURE_SSON_algorithmPreComputation preComp) |
public SVEC_AURE_SSON_algorithm(ComputingRequest pathReq, es.tid.tedb.TEDB ted, ReservationManager reservationManager, int mf)
public ComputingResponse call()
call in interface Callable<ComputingResponse>public void setPreComp(SVEC_AURE_SSON_algorithmPreComputation preComp)
public AlgorithmReservation getReserv()
getReserv in interface ComputingAlgorithmpublic void notifyWavelengthReservation(LinkedList<Inet4Address> sourceVertexList, LinkedList<Inet4Address> targetVertexList, int wavelength)
public Lock getGraphLock()
public void setGraphLock(Lock graphLock)
Copyright © 2016. All rights reserved.