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, setLength
public SVECConstruct()
public SVECConstruct(byte[] bytes, int offset) throws PCEPProtocolViolationException
PCEPProtocolViolationException
public void encode() throws PCEPProtocolViolationException
PCEPProtocolViolationException
public void decode(byte[] bytes, int offset) throws PCEPProtocolViolationException
PCEPProtocolViolationException
public 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 PCEPConstruct
public boolean equals(Object obj)
equals
in class PCEPConstruct
Copyright © 2016. All rights reserved.