public class NCF extends PCEPConstruct
bytes, length, log| Modifier and Type | Method and Description |
|---|---|
void |
decode(byte[] bytes,
int offset) |
void |
encode() |
boolean |
equals(Object obj) |
int |
getChannelSpacing() |
int |
getGrid() |
int |
getN() |
int |
hashCode() |
void |
setChannelSpacing(int channelSpacing) |
void |
setGrid(int grid) |
void |
setN(int n) |
String |
toString() |
getBytes, getLength, setBytes, setLengthpublic NCF()
public NCF(byte[] bytes,
int offset)
throws MalformedPCEPObjectException
MalformedPCEPObjectExceptionpublic void encode()
throws PCEPProtocolViolationException
PCEPProtocolViolationExceptionpublic void decode(byte[] bytes,
int offset)
public int getGrid()
public void setGrid(int grid)
public int getChannelSpacing()
public void setChannelSpacing(int channelSpacing)
public int getN()
public void setN(int n)
public int hashCode()
hashCode in class PCEPConstructpublic boolean equals(Object obj)
equals in class PCEPConstructCopyright © 2016. All rights reserved.