Package schrodinger :: Package trajectory :: Module ffstructure :: Class _FFExclusion
[hide private]
[frames] | no frames]

Class _FFExclusion

object --+
         |
        _FFExclusion

A class to hold force field parameters for an exclusion pair.

Instance Methods [hide private]
 
__init__(self, ffhandle, index)
x.__init__(...) initializes x; see help(type(x)) for signature
 
_getAi(self)
 
_setAi(self, value)
 
_getAj(self)
 
_setAj(self, value)
 
_getProperty(self)
 
_setProperty(self, d)

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

Properties [hide private]
  ai
atom index 1
  aj
atom index 2
  property
properties

Inherited from object: __class__

Method Details [hide private]

__init__(self, ffhandle, index)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

ai

atom index 1

Get Method:
_getAi(self)
Set Method:
_setAi(self, value)

aj

atom index 2

Get Method:
_getAj(self)
Set Method:
_setAj(self, value)

property

properties

Get Method:
_getProperty(self)
Set Method:
_setProperty(self, d)