Package gui :: Package analyses :: Module wizard :: Class Analysis_wizard
[hide private]
[frames] | no frames]

Class Analysis_wizard

source code

The analysis selection wizard.

Instance Methods [hide private]
 
Destroy(self)
Properly delete the wizard and all its elements.
source code
tuple of str
run(self)
Run through the analysis selection wizard, returning the results.
source code
str, str, str, str, list of methods
get_data(self)
Assemble and return the analysis type, analysis name, and pipe name.
source code
int
wizard_page_after_analysis(self)
Set the page after the data pipe setup.
source code
Method Details [hide private]

run(self)

source code 

Run through the analysis selection wizard, returning the results.

Returns: tuple of str
The analysis type, analysis name, data pipe name, data pipe bundle name, and user function on_execute method list.

get_data(self)

source code 

Assemble and return the analysis type, analysis name, and pipe name.

Returns: str, str, str, str, list of methods
The analysis type, analysis name, data pipe name, data pipe bundle name, and list of user function on_execute methods.

wizard_page_after_analysis(self)

source code 

Set the page after the data pipe setup.

Returns: int
The index of the next page, which is the current page index plus one.