Home | Trees | Indices | Help |
---|
|
object --+ | GPIDev.Base.Objects.Node --+ | GPIDev.Base.Objects.GangaObject --+ | GPIDev.Adapters.IMerger.IMerger --+ | AbstractMerger
This is a Ganga.GPI.AbstractMerger implementation class. Refer to Ganga.GPI.AbstractMerger.__doc__ for documentation.
|
|||
_proxyClass The idea behind this class is to put all of the checking and user interaction in this class, and then use a very simple stateless merge_tool to actually do the relevant merge. |
|||
Inherited from |
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
_schema = Schema(Version(1, 0), {'files': SimpleItem(defvalue=
|
|||
_category = 'mergers'
|
|||
_name =
|
|||
_hidden = 1
|
|||
_GUIPrefs =
|
|||
success = True
|
|||
failure = False
|
|||
files = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x17f7
|
|||
ignorefailed = <Ganga.GPIDev.Base.Objects.Descriptor object at
|
|||
merge_tool = <Ganga.GPIDev.Base.Objects.Descriptor object at 0
|
|||
overwrite = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Method to merge the output of jobs. jobs may be a single job instance or a sequence of Jobs outputdir is the name of the directry to put the merge results in. It will be created if needed. ignorefailed and overwrite have the same meaning as in the schema, but override the schema values. returns whether the merge was successful or not as a boolean
|
|
_schema
|
_GUIPrefs
|
files
|
ignorefailed
|
merge_tool
|
overwrite
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:21 2012 | http://epydoc.sourceforge.net |