Home | Trees | Index | Help |
|
---|
Package networkx :: Module search_class :: Class Successor |
|
object
--+ |Search
--+ | Successor
Successor visitor Builds a dict of nodes with sucessor vertex list as data.
Method Summary | |
---|---|
__init__(self,
G,
queue,
**kwds)
| |
Visitor function called the first time a vertex is encountered. | |
Visitor function called the last time an edge is encountered. | |
Inherited from Search :
end_tree ,
firstseen_edge ,
lastseen_vertex ,
search ,
start_tree
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Method Details |
---|
firstseen_vertex(self, v)Visitor function called the first time a vertex is encountered. |
lastseen_edge(self, e)Visitor function called the last time an edge is encountered.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sun Aug 21 08:06:58 2005 | http://epydoc.sf.net |