Package Ganga :: Package GPIDev :: Package Lib :: Package Tasks :: Module TaskApplication :: Class ExecutableTask
[hide private]
[frames] | no frames]

Class ExecutableTask

source code

                            object --+    
                                     |    
                       TaskApplication --+
                                         |
                object --+               |
                         |               |
         Base.Objects.Node --+           |
                             |           |
      Base.Objects.GangaObject --+       |
                                 |       |
Adapters.IApplication.IApplication --+   |
                                     |   |
 Lib.Executable.Executable'.Executable --+
                                         |
                                        ExecutableTask

This is a Ganga.GPI.ExecutableTask implementation class. Refer to Ganga.GPI.ExecutableTask.__doc__ for documentation.

Nested Classes [hide private]
  _proxyClass
Documentation missing.

Inherited from Base.Objects.GangaObject: __metaclass__

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from TaskApplication: getTransform, transition_update

Inherited from Lib.Executable.Executable'.Executable: configure

Inherited from Adapters.IApplication.IApplication: master_configure, postprocess, postprocess_failed

Inherited from Base.Objects.GangaObject: __construct__, __deepcopy__, __getstate__, __setstate__, _attribute_filter__set__, _auto__init__, accept, getJobObject

Inherited from Base.Objects.Node: __copy__, __eq__, __ne__, clone, copyFrom, printSummaryTree, printTree

Inherited from Base.Objects.Node (private): _getParent, _getRoot, _setParent

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

Class Methods [hide private]

Inherited from Base.Objects.GangaObject (private): _declared_property

Class Variables [hide private]
  _name = 'ExecutableTask'
  _schema = <Ganga.GPIDev.Schema.Schema.Schema instance at 0x1cb...
  args = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x1cb1850>
  env = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x1cb19d0>
  exe = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x1cb18d0>
  id = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x1cb1950>
  tasks_id = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x1...

Inherited from Base.Objects.Node (private): _index_cache, _parent

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

_schema

Value:
<Ganga.GPIDev.Schema.Schema.Schema instance at 0x1cb3c68>

tasks_id

Value:
<Ganga.GPIDev.Base.Objects.Descriptor object at 0x1cb17d0>