Package obitools :: Package graph :: Module tree :: Class TreeNode
[hide private]
[frames] | no frames]

Class TreeNode

source code


Instance Methods [hide private]
iterator on Node instance
componentIterator(self)
Iterate through the nodes in the same connected component.
source code

Inherited from Node: __contains__, __getitem__, __init__, __iter__, __len__, __setitem__, __str__, componentIndexSet, degree, getGraph, getLabel, has_key, neighbourIndexIterator, neighbourIndexSet, neighbourIterator, shortestPathIterator, shortestPathTo

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from Node: graph, label

Inherited from object: __class__

Method Details [hide private]

componentIterator(self)

source code 

Iterate through the nodes in the same connected component.

Returns: iterator on Node instance
Overrides: Node.componentIterator
(inherited documentation)