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

Class FFIOBlockProperty

BaseBlockProperty --+
                    |
                   FFIOBlockProperty
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, handle, name, container=<class 'schrodinger.application.desmond.fepdiff.BiDirTupleDict'>)
 
_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]
  block_prop_name = {'angle': {'i_ffio_ai': [], 'i_ffio_aj': [],...
Method Details [hide private]

__init__(self, handle, name, container=<class 'schrodinger.application.desmond.fepdiff.BiDirTupleDict'>)
(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

Class Variable Details [hide private]

block_prop_name

Value:
{'angle': {'i_ffio_ai': [],
           'i_ffio_aj': [],
           'i_ffio_ak': [],
           'r_ffio_c1': [],
           'r_ffio_c2': [],
           's_ffio_funct': []},
 'anglefbhw': {'i_ffio_ai': [],
               'i_ffio_aj': [],
...