sidnet.core.misc
Class NodeEntry

java.lang.Object
  extended by sidnet.core.misc.NodeEntry

public class NodeEntry
extends java.lang.Object

Neighbour entry information.


Field Summary
 NetAddress ip
          IP address of neighbour
 MacAddress mac
          mac address of neighbour.
 
Constructor Summary
NodeEntry(MacAddress mac, NetAddress ip, NCS_Location2D loc)
           
 
Method Summary
 NCS_Location2D getNCS_Location2D()
           
 void setNCS_Location2D(NCS_Location2D loc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mac

public MacAddress mac
mac address of neighbour.


ip

public NetAddress ip
IP address of neighbour

Constructor Detail

NodeEntry

public NodeEntry(MacAddress mac,
                 NetAddress ip,
                 NCS_Location2D loc)
Method Detail

setNCS_Location2D

public void setNCS_Location2D(NCS_Location2D loc)

getNCS_Location2D

public NCS_Location2D getNCS_Location2D()