| Trees | Index | Help |
|---|
| Package flumotion :: Package common :: Module dag :: Class Node |
|
I represent a Node in a Graph.
I am private to the Graph.| Method Summary | |
|---|---|
__init__(self,
object,
type)
| |
Returns whether the node is floating: no parents and no children. | |
| Method Details |
|---|
isFloating(self)Returns whether the node is floating: no parents and no children. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun Oct 26 16:39:17 2008 | http://epydoc.sf.net |