Class JointFragments
- java.lang.Object
- 
- org.biojava.nbio.structure.align.helper.JointFragments
 
- 
 public class JointFragments extends Object A utility class that defines which set of atoms are considered to be on equivalent positions.
- 
- 
Constructor SummaryConstructors Constructor Description JointFragments()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int p1, int p2, int start, int end)List<int[]>getIdxlist()doublegetRms()voidsetIdxlist(List<int[]> idxs)Stores the alignment between the residues of several fragments.voidsetRms(double rms)StringtoString()
 
- 
- 
- 
Constructor Detail- 
JointFragmentspublic JointFragments() 
 
- 
 - 
Method Detail- 
setIdxlistpublic void setIdxlist(List<int[]> idxs) Stores the alignment between the residues of several fragments. Each int[] stores the residue numbers of several equivalent residues.
 - 
getRmspublic double getRms() 
 - 
setRmspublic void setRms(double rms) 
 - 
getIdxlistpublic List<int[]> getIdxlist() 
 - 
addpublic void add(int p1, int p2, int start, int end) 
 
- 
 
-