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.
Methods
|
|
__init__
available_results
get_result
|
|
__init__
|
__init__ ( self, application_cl )
Intialize with the commandline from the program.
|
|
available_results
|
available_results ( self )
Retrieve a list of all available results.
|
|
get_result
|
get_result ( self, output_name )
Retrieve result information for the given output.
|
|