Home | Trees | Indices | Help |
|
---|
|
|
|||
|
|||
obitools.graph.Graph |
|
||
|
|||
bool |
|
||
iterator on Node instances |
|
||
set of int |
|
||
iterator on int |
|
||
int |
|
||
set of int |
|
||
iterator on Node instance |
|
||
iterator on list of int |
|
||
list of int or None |
|
||
|
|||
|
|||
int |
|
||
iterator in Node instances |
|
||
|
|||
|
|||
Inherited from |
|
|||
label Label of the node |
|||
graph Graph owning this node |
|||
Inherited from |
|
Constructor on Node instance. Normaly this constructor is only used by Graph methods.
|
test is the node instance has a property named 'key'.
|
iterate through the nodes directly connected to this node.
|
Return a set of node indexes directely connected to this node.
Attention: do not change this set unless you know exactly what you do. |
iterate through the node indexes directly connected to this node.
|
return count of edges linking this node to the set of nodes describes by their index in nodeIndexes
|
Return the set of node index in the same connected component.
|
Iterate through the shortest path sourcing from this node. if nodes is not None, iterates only path linkink this node to one node listed in nodes
|
return one of the shortest path linking this node to specified node.
|
return the value of the <key> property of this node
|
set the value of a node property. In the property doesn't already exist a new property is added to this node.
See Also: Node.__getitem__ |
Count neighbour of this node
See Also: Node.degree |
iterate through neighbour of this node
See Also: Node.neighbourIterator |
str(x)
|
|
labelLabel of the node
|
graphGraph owning this node
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 22 10:48:34 2009 | http://epydoc.sourceforge.net |