Package madgraph :: Package interface :: Module master_interface :: Class Switcher
[hide private]
[frames] | no frames]

Class Switcher

source code

object --+
         |
        Switcher
Known Subclasses:

Helping class containing all the switching routine

Instance Methods [hide private]
 
__init__(self, main='MadGraph', *args, **opt)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
debug_link_to_command(self)
redefine all the command to call directly the appropriate child
source code
 
check_add(self, *args, **opts) source code
 
check_answer_in_input_file(self, *args, **opts) source code
 
check_check(self, *args, **opts) source code
 
check_define(self, *args, **opts) source code
 
check_display(self, *args, **opts) source code
 
check_draw(self, *args, **opts) source code
 
check_for_export_dir(self, *args, **opts) source code
 
check_generate(self, *args, **opts) source code
 
check_history(self, *args, **opts) source code
 
check_import(self, *args, **opts) source code
 
check_install(self, *args, **opts) source code
 
check_launch(self, *args, **opts) source code
 
check_load(self, *args, **opts) source code
 
check_open(self, *args, **opts) source code
 
check_output(self, *args, **opts) source code
 
check_process_format(self, *args, **opts) source code
 
check_save(self, *args, **opts) source code
 
check_set(self, *args, **opts) source code
 
check_stored_line(self, *args, **opts) source code
 
complete_add(self, *args, **opts) source code
 
complete_check(self, *args, **opts) source code
 
complete_define(self, *args, **opts) source code
 
complete_display(self, *args, **opts) source code
 
complete_draw(self, *args, **opts) source code
 
complete_generate(self, *args, **opts) source code
 
complete_help(self, *args, **opts) source code
 
complete_history(self, *args, **opts) source code
 
complete_import(self, *args, **opts) source code
 
complete_install(self, *args, **opts) source code
 
complete_launch(self, *args, **opts) source code
 
complete_load(self, *args, **opts) source code
 
complete_open(self, *args, **opts) source code
 
complete_output(self, *args, **opts) source code
 
complete_save(self, *args, **opts) source code
 
complete_set(self, *args, **opts) source code
 
complete_tutorial(self, *args, **opts) source code
 
do_EOF(self, *args, **opts) source code
 
do_add(self, *args, **opts) source code
 
do_check(self, *args, **opts) source code
 
do_define(self, *args, **opts) source code
 
do_display(self, *args, **opts) source code
 
do_exit(self, *args, **opts) source code
 
do_generate(self, *args, **opts) source code
 
do_help(self, *args, **opts) source code
 
do_history(self, *args, **opts) source code
 
do_import(self, *args, **opts) source code
 
do_install(self, *args, **opts) source code
 
do_launch(self, *args, **opts) source code
 
do_load(self, *args, **opts) source code
 
do_open(self, *args, **opts) source code
 
do_output(self, *args, **opts) source code
 
do_quit(self, *args, **opts) source code
 
do_save(self, *args, **opts) source code
 
do_set(self, *args, **opts) source code
 
do_tutorial(self, *args, **opts) source code
 
help_EOF(self, *args, **opts) source code
 
help_add(self, *args, **opts) source code
 
help_check(self, *args, **opts) source code
 
help_define(self, *args, **opts) source code
 
help_display(self, *args, **opts) source code
 
help_generate(self, *args, **opts) source code
 
help_help(self, *args, **opts) source code
 
help_history(self, *args, **opts) source code
 
help_import(self, *args, **opts) source code
 
help_install(self, *args, **opts) source code
 
help_launch(self, *args, **opts) source code
 
help_load(self, *args, **opts) source code
 
help_open(self, *args, **opts) source code
 
help_output(self, *args, **opts) source code
 
help_quit(self, *args, **opts) source code
 
help_save(self, *args, **opts) source code
 
help_set(self, *args, **opts) source code
 
help_tutorial(self, *args, **opts) source code
 
test_interface(self, *args, **opts) source code
 
set_configuration(self, *args, **opts) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, main='MadGraph', *args, **opt)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)