| Home | Trees | Indices | Help |
|
|---|
|
|
represent a complete network topology by storing every "can reach" relations between nodes.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
initialize a new TopologyGraph instance.
|
add a new route from src nodeset to dst nodeset. The destination nodeset must not overlap with already known destination nodesets (otherwise a TopologyError is raised) |
printable representation of the graph
|
convert the routing table into a graph of TopologyNodeGroup instances. Loops are not very expensive here as the number of routes will always be much lower than the number of nodes. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Dec 21 14:07:54 2016 | http://epydoc.sourceforge.net |