|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jolsrv2.repository.neighbourhood.MprSet
public class MprSet
The class implements the MPR set, as specified in OLSRv2.
Constructor Summary | |
---|---|
MprSet(CidrAddress ifaceCAddress)
Constructor |
Method Summary | |
---|---|
java.util.ArrayList<java.net.InetAddress> |
getAddresses()
Returns the IP addresses |
boolean |
isEmpty()
Determines whether the MPR set is empty or not |
void |
populate()
Populates the MPR set, using the heuristics proposed in the specification. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MprSet(CidrAddress ifaceCAddress)
ifaceCAddress
- the interface CIDR addressMethod Detail |
---|
public void populate()
public java.util.ArrayList<java.net.InetAddress> getAddresses()
public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |