Uses of Class
jprotein.data.datatype.Residue

Packages that use Residue
jprotein.data.datatype   
jprotein.tree.tools   
 

Uses of Residue in jprotein.data.datatype
 

Subclasses of Residue in jprotein.data.datatype
 class IndexedResidue
           
 class Residue3D
          On ajoute une chaine squelette, une chaine laterale (composes d'atomes), un centre de gravite, un rayon max (par rapport au centre de gravite) et un sequence_break (?)
 

Methods in jprotein.data.datatype that return Residue
 Residue Sequence.getResidue(int pos)
           
 

Constructors in jprotein.data.datatype with parameters of type Residue
IndexedResidue(Residue residue, int index)
           
 

Uses of Residue in jprotein.tree.tools
 

Methods in jprotein.tree.tools with parameters of type Residue
 double SubstitutionMatrix.getDistance(Residue res1, Residue res2)