Package gromacs :: Package analysis :: Package plugins :: Module ls :: Class _Ls
[hide private]
[frames] | no frames]

Class _Ls

source code

         object --+        
                  |        
utilities.FileUtils --+    
                      |    
            core.Worker --+
                          |
                         _Ls

ls worker class.
Instance Methods [hide private]
 
__init__(self, **kwargs)
Set up Worker class.
source code
 
_register_hook(self, **kwargs)
Run when registering; requires simulation.
source code
 
run(self, *args, **kwargs)
List the contents of the simulation directory.
source code
 
analyze(self, **kwargs) source code
 
plot(self, **kwargs) source code

Inherited from core.Worker: figdir, plugindir, savefig, store_xvg, topdir

Inherited from utilities.FileUtils: __repr__, check_file_exists, filename, infix_filename

Inherited from utilities.FileUtils (private): _init_filename

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]

Inherited from utilities.FileUtils: default_extension

Instance Variables [hide private]

Inherited from core.Worker: plugin, plugin_name

Inherited from utilities.FileUtils: real_filename

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, **kwargs)
(Constructor)

source code 
Set up Worker class.

:Keywords:
  *plugin* : instance
     The :class:`Plugin` instance that owns this worker. **Must be supplied.**
  *simulation*
     A :class:Simulation` object, required for registration,
     but can be supplied later.
  *kwargs*
     All other keyword arguments are passed to the super class.

Overrides: object.__init__

Arguments:

kwargs
same as ls ??

_register_hook(self, **kwargs)

source code 
Run when registering; requires simulation.
Overrides: core.Worker._register_hook

run(self, *args, **kwargs)

source code 
List the contents of the simulation directory.
Overrides: core.Worker.run

analyze(self, **kwargs)

source code 
Overrides: core.Worker.analyze

plot(self, **kwargs)

source code 
Overrides: core.Worker.plot