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

Class SiteBlockProperty

BaseBlockProperty --+    
                    |    
    FFIOBlockProperty --+
                        |
                       SiteBlockProperty

Instance Methods [hide private]
 
__init__(self, handle)
 
_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

Inherited from BaseBlockProperty (private): _getKeyPropertyName

Class Variables [hide private]

Inherited from FFIOBlockProperty: block_prop_name

Method Details [hide private]

__init__(self, handle)
(Constructor)

 
Overrides: BaseBlockProperty.__init__

_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