Package MolKit :: Package pdb2pqr :: Package src :: Module aa :: Class MET
[hide private]
[frames] | no frames]

Class MET

source code

structures.Residue --+    
                     |    
                 Amino --+
                         |
                        MET

Methionine class

This class gives data about the Methionine object, and inherits off the base residue class.

Instance Methods [hide private]
  __init__(self, atoms, ref)
...

Inherited from Amino: addAtom, addDihedralAngle, createAtom, setState

Inherited from structures.Residue: __str__, addMissing, get, getAtom, getAtoms, getCharge, hasAtom, numAtoms, removeAtom, renameAtom, renameResidue, reorder, rotateTetrahedral, set, setChainID, setDonorsAndAcceptors, setResSeq


Method Details [hide private]

__init__(self, atoms, ref)
(Constructor)

source code 

Initialize the class

Parameters
    atoms:      A list of Atom objects to be stored in this class
                (list)

Overrides: Amino.__init__