Package Ganga :: Package Lib :: Package Condor :: Module CondorRequirements' :: Class CondorRequirements
[hide private]
[frames] | no frames]

Class CondorRequirements

source code

                 object --+        
                          |        
   GPIDev.Base.Objects.Node --+    
                              |    
GPIDev.Base.Objects.GangaObject --+
                                  |
                                 CondorRequirements

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

Nested Classes [hide private]
  _proxyClass
Helper class to group Condor requirements.

Inherited from GPIDev.Base.Objects.GangaObject: __metaclass__

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
convert(self)
Convert the condition(s) to a JDL specification
source code

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

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

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

Class Methods [hide private]
Class Variables [hide private]
  _category = 'condor_requirements'
  _name = 'CondorRequirements'
  _schema = <Ganga.GPIDev.Schema.Schema.Schema instance at 0x337...
  arch = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x3379110>
  excluded_machine = <Ganga.GPIDev.Base.Objects.Descriptor objec...
  machine = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x33...
  memory = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x336...
  opsys = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x336f...
  other = <Ganga.GPIDev.Base.Objects.Descriptor object at 0x336f...
  virtual_memory = <Ganga.GPIDev.Base.Objects.Descriptor object ...

Inherited from GPIDev.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 0x3370440>

excluded_machine

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

machine

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

memory

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

opsys

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

other

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

virtual_memory

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