|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jolsrv2.repository.neighbourhood.NaaTuple
public class NaaTuple
The class implements the neighbour address association tuple, as specified in OLSRv2.
Constructor Summary | |
---|---|
NaaTuple(java.util.ArrayList<CidrAddress> neighbourCAddresses,
long time)
Constructor |
Method Summary | |
---|---|
java.util.ArrayList<CidrAddress> |
getCAddresses()
Returns the CIDR addresses |
long |
getTime()
Returns the time |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NaaTuple(java.util.ArrayList<CidrAddress> neighbourCAddresses, long time)
neighbourCAddresses
- the negihbour CIDR addresstime
- the timeMethod Detail |
---|
public java.util.ArrayList<CidrAddress> getCAddresses()
public long getTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |