|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OLSRSet | |
---|---|
urv.olsr.data.mpr | |
urv.olsr.data.neighbour | |
urv.olsr.message | |
urv.olsr.util |
Uses of OLSRSet in urv.olsr.data.mpr |
---|
Subclasses of OLSRSet in urv.olsr.data.mpr | |
---|---|
class |
MprSelectorSet
A node records a set of MPR-selector tuples (MS_main_addr, MS_time), describing the neighbors which have selected this node as a MPR. |
class |
MprSet
This class holds information about the multi-point relay nodes (MPR) of the current node |
Uses of OLSRSet in urv.olsr.data.neighbour |
---|
Methods in urv.olsr.data.neighbour that return OLSRSet | |
---|---|
OLSRSet |
NeighborTable.getCopyOfNeighbors()
Returns a copy of a set containing all the neighbors of the node |
OLSRSet |
NeighborTable.getCopyOfSymNeighbors()
Returns a copy of a set containing all the neighbors of the node |
OLSRSet |
NeighborTableEntry.getNeighborsOfNeighbors()
|
Methods in urv.olsr.data.neighbour with parameters of type OLSRSet | |
---|---|
void |
NeighborTableEntry.setNeighborsOfNeighbors(OLSRSet neighborsOfNeighbors)
|
Constructors in urv.olsr.data.neighbour with parameters of type OLSRSet | |
---|---|
NeighborTableEntry(OLSRNode neighbor,
LinkCode linkStatus,
OLSRSet neighborsOfNeighbors)
|
Uses of OLSRSet in urv.olsr.message |
---|
Methods in urv.olsr.message that return OLSRSet | |
---|---|
OLSRSet |
TcMessage.getAdvertisedNeighbors()
|
Constructors in urv.olsr.message with parameters of type OLSRSet | |
---|---|
TcMessage(SequenceNumber ansn,
OLSRSet advertisedNeighbours)
|
Uses of OLSRSet in urv.olsr.util |
---|
Methods in urv.olsr.util that return OLSRSet | |
---|---|
static OLSRSet |
Util.copyNodeSet(OLSRSet originalSet)
Returns a copy of the list of nodes |
Methods in urv.olsr.util with parameters of type OLSRSet | |
---|---|
static OLSRSet |
Util.copyNodeSet(OLSRSet originalSet)
Returns a copy of the list of nodes |
static java.util.List<java.net.InetAddress> |
Util.getAddressList(OLSRSet realNeighbors)
This method will return a list of the addresses of the neighbors in the group (virtual neighbors) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |