schrodinger :: application :: desmond :: stage :: FepJob :: Class FepJob
[hide private]
[frames] | no frames]

Class FepJob

     object --+        
              |        
        cmj.Job --+    
                  |    
         DesmondJob --+
                      |
         object --+   |
                  |   |
picklejar.Picklable --+
                      |
                     FepJob

Nested Classes [hide private]

Inherited from cmj.Job: Time

Inherited from picklejar.Picklable: __metaclass__

Instance Methods [hide private]
 
__init__(self, fepid=None, n_win=None, i_win=None, fepout=None, egout=None, fragname=None, *arg, **kwarg)
x.__init__(...) initializes x; see help(type(x)) for signature
 
describe(self)

Inherited from cmj.Job: __deepcopy__, __getstate__, __setstate__, __str__, finish, get_proc_time, launch, update

Inherited from cmj.Job (private): _host_str, _log, _print

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

Static Methods [hide private]
 
restart_for_backend_error(job)

Inherited from DesmondJob: err_handler

Inherited from cmj.Job: get_time

Inherited from cmj.Job (private): _get_time_helper

Class Variables [hide private]
  id = 0
hash(x)
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, fepid=None, n_win=None, i_win=None, fepout=None, egout=None, fragname=None, *arg, **kwarg)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__

describe(self)

 
Overrides: cmj.Job.describe