public class MPLS_MinTH_Algorithm extends Object implements ComputingAlgorithm
| Constructor and Description |
|---|
MPLS_MinTH_Algorithm(ComputingRequest pathReq,
es.tid.tedb.TEDB ted,
ReservationManager reservationManager,
OperationsCounter OPcounter) |
| Modifier and Type | Method and Description |
|---|---|
ComputingResponse |
call()
Exectutes the path computation and returns the PCEP Response
|
AlgorithmReservation |
getReserv() |
void |
notifyWavelengthReservation(LinkedList<Inet4Address> sourceVertexList,
LinkedList<Inet4Address> targetVertexList,
int wavelength) |
void |
setPreComp(MPLS_MinTH_AlgorithmPreComputation preComp) |
public MPLS_MinTH_Algorithm(ComputingRequest pathReq, es.tid.tedb.TEDB ted, ReservationManager reservationManager, OperationsCounter OPcounter)
public ComputingResponse call()
call in interface Callable<ComputingResponse>public void setPreComp(MPLS_MinTH_AlgorithmPreComputation preComp)
public AlgorithmReservation getReserv()
getReserv in interface ComputingAlgorithmpublic void notifyWavelengthReservation(LinkedList<Inet4Address> sourceVertexList, LinkedList<Inet4Address> targetVertexList, int wavelength)
Copyright © 2016. All rights reserved.