public class SVECConstruct extends PCEPConstruct
bytes, length, log| Constructor and Description |
|---|
SVECConstruct() |
SVECConstruct(byte[] bytes,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(byte[] bytes,
int offset) |
void |
encode() |
boolean |
equals(Object obj) |
LinkedList<Metric> |
getMetricList() |
ObjectiveFunction |
getObjectiveFunction() |
LinkedList<ObjectiveFunction> |
getObjectiveFunctionList() |
Svec |
getSvec() |
int |
hashCode() |
void |
setMetricList(LinkedList<Metric> metricList) |
void |
setObjectiveFunction(ObjectiveFunction objectiveFunction) |
void |
setObjectiveFunctionList(LinkedList<ObjectiveFunction> objectiveFunctionList) |
void |
setSvec(Svec svec) |
String |
toString() |
getBytes, getLength, setBytes, setLengthpublic SVECConstruct()
public SVECConstruct(byte[] bytes,
int offset)
throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void encode()
throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void decode(byte[] bytes,
int offset)
throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic Svec getSvec()
public void setSvec(Svec svec)
public ObjectiveFunction getObjectiveFunction()
public void setObjectiveFunction(ObjectiveFunction objectiveFunction)
public LinkedList<ObjectiveFunction> getObjectiveFunctionList()
public void setObjectiveFunctionList(LinkedList<ObjectiveFunction> objectiveFunctionList)
public LinkedList<Metric> getMetricList()
public void setMetricList(LinkedList<Metric> metricList)
public int hashCode()
hashCode in class PCEPConstructpublic boolean equals(Object obj)
equals in class PCEPConstructCopyright © 2016. All rights reserved.