Package schrodinger :: Package application :: Package desmond :: Module fepdiff :: Class FEPIOAtommapBlockProperty
[hide private]
[frames] | no frames]

Class FEPIOAtommapBlockProperty

BaseBlockProperty --+    
                    |    
   FEPIOBlockProperty --+
                        |
                       FEPIOAtommapBlockProperty

Instance Methods [hide private]
 
__init__(self, handle, name, container=<class 'schrodinger.application.desmond.fepdiff.TupleDict'>)
 
_getKeyPropertyName(self)
 
_getElementProperties(self, element)
Return vaules for given list of property name in a list, along with the the rest of the property of given element

Inherited from BaseBlockProperty: __getitem__, __len__, getAllProperties, getElementRepr, getPropertyName

Class Variables [hide private]

Inherited from FEPIOBlockProperty: block_prop_name

Method Details [hide private]

__init__(self, handle, name, container=<class 'schrodinger.application.desmond.fepdiff.TupleDict'>)
(Constructor)

 
Overrides: BaseBlockProperty.__init__

_getKeyPropertyName(self)

 
Parameters:
  • elem - @return a list of string. Each string represents the property names of the atom index of corresponding block of the given element. Each property name has the pattern like i_ffio_a[i,j,k,l]

Overrides: BaseBlockProperty._getKeyPropertyName
(inherited documentation)

_getElementProperties(self, element)

 

Return vaules for given list of property name in a list, along with the the rest of the property of given element

Parameters:
  • element
Overrides: BaseBlockProperty._getElementProperties