Package schrodinger :: Package application :: Package glide :: Module glide :: Class Constraint
[hide private]
[frames] | no frames]

Class Constraint

Known Subclasses:

Class defining a docking constraint in the receptor.

Instance Methods [hide private]
 
__init__(self, label, constype)
 
__str__(self)
Print the label for the constraint.
 
type(self)
Return the type of the (receptor) constraint as a user-friendly string.
Method Details [hide private]

type(self)

 

Return the type of the (receptor) constraint as a user-friendly string. Possible return values:

  • 'Hydrophobic'
  • 'H-bond donor'
  • 'H-bond acceptor'
  • 'Metal'
  • 'Positional'
  • 'NOE'
  • 'Metal coordination'