Uses of Class
org.biojava.nbio.structure.io.sifts.SiftsResidue
-
Packages that use SiftsResidue Package Description org.biojava.nbio.structure.io.sifts -
-
Uses of SiftsResidue in org.biojava.nbio.structure.io.sifts
Methods in org.biojava.nbio.structure.io.sifts that return types with arguments of type SiftsResidue Modifier and Type Method Description List<SiftsResidue>
SiftsSegment. getResidues()
Methods in org.biojava.nbio.structure.io.sifts with parameters of type SiftsResidue Modifier and Type Method Description void
SiftsSegment. addResidue(SiftsResidue pos)
Method parameters in org.biojava.nbio.structure.io.sifts with type arguments of type SiftsResidue Modifier and Type Method Description void
SiftsSegment. setResidues(List<SiftsResidue> residues)
-