Package teamwork :: Package math :: Module treeEditor :: Class DecisionTreeEditor
[hide private]
[frames] | no frames]

Class DecisionTreeEditor

source code

Instance Methods [hide private]
 
delete_event(self, widget, event, data=None) source code
 
__init__(self, feature, tree=None, states=[], actions=[], classes=[]) source code
 
addTree(self, tree=None, parent=None, label='') source code
 
get_main_menu(self, window) source code
 
get_key(self, key)
Pops up a dialog to allow user to specify a new key.
source code
 
new_row(self, rowType)
Pops up a dialog to allow user to specify a new split.
source code
 
makeRowEntry(self, entryType) source code
 
makeScale(self) source code
 
addKeys(self, keyList) source code
 
error(self, msg)
Pops up an error dialog with the specified message
source code
Method Details [hide private]

get_key(self, key)

source code 

Pops up a dialog to allow user to specify a new key.

The key argument should be a Key *class*