|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object urv.emulator.EmulationNeighborData
public class EmulationNeighborData
This class is used to verify the correct topology view of a node. Concretely, it helps to compare the two-hop neighborhood of a node with the information contained in the emulation graph
Method Summary | |
---|---|
static EmulationNeighborData |
getInstance()
Returns an instance of the EmulationNeighborData (Singleton) |
NeighborTable |
getNeighbortable(OLSRNode node)
Returns a previous registered neighbor table |
void |
registerNeighborTable(OLSRNode node,
NeighborTable neighborTable)
Adds a new table to the structure |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static EmulationNeighborData getInstance()
public void registerNeighborTable(OLSRNode node, NeighborTable neighborTable)
node
- neighborTable
- public NeighborTable getNeighbortable(OLSRNode node)
node
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |