Package gui :: Package analyses :: Module auto_model_free :: Class Model_sel_window
[hide private]
[frames] | no frames]

Class Model_sel_window

source code


The model-free model selector window object.

Instance Methods [hide private]
 
__init__(self, models, params)
Set up the model-free model selector window.
source code
list of bool
get_selection(self)
Return the selection as a list of booleans.
source code
 
set_selection(self, select)
Set the selection.
source code
Method Details [hide private]

__init__(self, models, params)
(Constructor)

source code 

Set up the model-free model selector window.

Parameters:
  • models (list of str) - The list of model-free models.
  • params (list of str) - The list of parameters corresponding to the models.

get_selection(self)

source code 

Return the selection as a list of booleans.

Returns: list of bool
The list of models selected.

set_selection(self, select)

source code 

Set the selection.

Parameters:
  • select (list of bool) - The list of selections.