| Home | Trees | Index | Help |
|
|---|
| Package WordUtils :: Module dawg :: Class Node |
|
| Method Summary | |
|---|---|
Default constructor. | |
Adds a child with the given key, or return existing child with same key. | |
Returns the child (if any) having the indicated key. | |
Returns the values of this node's children. | |
Indicates whether node has a child with the indicated key. | |
| Class Variable Summary | |
|---|---|
dict |
children
|
staticmethod |
commonValues
|
staticmethod |
compare
|
int |
endpoint
|
staticmethod |
merge
|
NoneType |
value
|
| Method Details |
|---|
__init__(self,
key=None)
Default constructor.
|
addChild(self, key)Adds a child with the given key, or return existing child with same key.
|
getChild(self, key)Returns the child (if any) having the indicated key.
|
getChildValues(self)Returns the values of this node's children.
|
hasChild(self, key)Indicates whether node has a child with the indicated key.
|
| Class Variable Details |
|---|
children
|
commonValues
|
compare
|
endpoint
|
merge
|
value
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 1.1 on Mon Sep 8 16:37:48 2003 | http://epydoc.sf.net |