Combined job class; mainly an aggregate of a DockingJob and a
GridgenJob which delegates to each subclass and combines the results.
|
|
__init__(self,
keywords,
jobname)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
| validateKeywords(self,
keywords) |
|
|
|
|
needsDriver(self,
options)
Return True if the job needs a driver. |
|
|
|
|
inputFiles(self)
Return the set of input files needed by the job. |
|
|
|
|
|
|
|
|
|
Inherited from StartupInterface:
canRestartDriver,
canRestartSerial,
driverRestartFiles,
licenseRequirements,
serialRestartFiles
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|