public class GenericLambdaReservation extends Object implements AlgorithmReservation
| Constructor and Description |
|---|
GenericLambdaReservation() |
| Modifier and Type | Method and Description |
|---|---|
ComputingResponse |
call() |
int |
getLambda_chosen() |
es.tid.pce.pcep.objects.Reservation |
getReservation() |
ReservationManager |
getReservationManager() |
ComputingResponse |
getResp() |
LinkedList<Object> |
getSourceVertexList() |
LinkedList<Object> |
getTargetVertexList() |
boolean |
isBidirectional() |
void |
setBidirectional(boolean bidirectional) |
void |
setLambda_chosen(int lambda_chosen) |
void |
setReservation(es.tid.pce.pcep.objects.Reservation reservation) |
void |
setReservationManager(ReservationManager reservationManager) |
void |
setResp(ComputingResponse resp) |
void |
setSourceVertexList(LinkedList<Object> sourceVertexList) |
void |
setTargetVertexList(LinkedList<Object> targetVertexList) |
public boolean isBidirectional()
public void setBidirectional(boolean bidirectional)
public ComputingResponse call() throws Exception
call in interface Callable<ComputingResponse>Exceptionpublic ComputingResponse getResp()
public void setResp(ComputingResponse resp)
public LinkedList<Object> getSourceVertexList()
public void setSourceVertexList(LinkedList<Object> sourceVertexList)
public LinkedList<Object> getTargetVertexList()
public void setTargetVertexList(LinkedList<Object> targetVertexList)
public es.tid.pce.pcep.objects.Reservation getReservation()
public void setReservation(es.tid.pce.pcep.objects.Reservation reservation)
public int getLambda_chosen()
public void setLambda_chosen(int lambda_chosen)
public ReservationManager getReservationManager()
public void setReservationManager(ReservationManager reservationManager)
Copyright © 2016. All rights reserved.