|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.nist.antd.merlin.protocol.discovery.NeighbourTable.NeighbourEntry
Inner class to represent an entry
| Field Summary | |
static int |
BIDIR
Constant for the directionality. |
int |
directionality
Directionality of the link |
int |
localPort
Local port ID |
int |
nodeID
Neighbour node ID |
int |
portID
Neighbour port ID |
static int |
RECEIVE
Constant for the directionality. |
static int |
TRANSMIT
Constant for the directionality. |
| Constructor Summary | |
NeighbourTable.NeighbourEntry(int localPort,
int neighbNodeId,
int neighbPortId,
int direction)
Constructor |
|
| Method Summary | |
java.lang.String |
toString()
Return the entry information as a String. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int localPort
public int nodeID
public int portID
public static final int TRANSMIT
public static final int RECEIVE
public static final int BIDIR
public int directionality
| Constructor Detail |
public NeighbourTable.NeighbourEntry(int localPort,
int neighbNodeId,
int neighbPortId,
int direction)
localPort - The local port IDneighbNodeId - The neighbour node IDneighbPortId - The neighbour port IDdirection - Directionality of the link| Method Detail |
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||