| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Graph --+
|
WeightedGraph --+
|
object --+ |
| |
Graph --+ |
| |
UndirectedGraph --+ |
| |
UndirectedAdjListsGraph --+
|
WeightedUndirectedAdjListsGraph
Convenience class which uses multiple inheritance to achieve weighted, Directed behaviour using an underlying Adjacency Lists Representation.
Note: this class has not been completely tested. Some faults may still exist.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
__abstractmethods__ =
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Creates a mapping dictionary of edge weights, and assigns all edges a default weight of 0 Note: You MUST call the other Graph class's constructor _before_ calling this one.
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 25 13:23:35 2010 | http://epydoc.sourceforge.net |