|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jolsrv2.repository.topology.RoutingSet
public final class RoutingSet
The class implements the routing set, as specified in OLSRv2.
Method Summary | |
---|---|
void |
calculate()
Calculates the routing set as suggested in the implementation |
java.lang.Object |
clone()
Implementation of the singleton design pattern. |
void |
deleteTuple(java.net.InetAddress destination)
Deletes a routing tuple with a given destination IP address |
static RoutingSet |
getRoutingSet()
Implementation of the singleton design pattern |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RoutingSet getRoutingSet()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public void calculate()
public void deleteTuple(java.net.InetAddress destination)
destination
- the destination IP address
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |