| Trees | Index | Help |
|---|
| Package Bio :: Package Application :: Class ApplicationResult |
|
Make results of a program available through a standard interface.
This tries to pick up output information available from the program and make it available programmatically.| Method Summary | |
|---|---|
Intialize with the commandline from the program. | |
Retrieve a list of all available results. | |
Retrieve result information for the given output. | |
| Method Details |
|---|
__init__(self,
application_cl,
return_code)
Intialize with the commandline from the program.
|
available_results(self)Retrieve a list of all available results. |
get_result(self, output_name)Retrieve result information for the given output. |
| Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Wed Jan 31 09:58:01 2007 | http://epydoc.sf.net |