Uses of Class
org.biojava.nbio.structure.ResidueRangeAndLength
Package
Description
Interfaces and classes for protein structure (PDB).
-
Uses of ResidueRangeAndLength in org.biojava.nbio.structure
Modifier and TypeMethodDescriptionstatic ResidueRangeAndLength
ResidueRangeAndLength.parse
(String s, AtomPositionMap map) Parses a residue range.AtomPositionMap.trimToValidResidues
(ResidueRange rr) Trims a residue range so that both endpoints are contained in this map.Modifier and TypeMethodDescriptionAtomPositionMap.getRanges()
Returns a list ofResidueRanges
corresponding to this entire AtomPositionMap.static List
<ResidueRangeAndLength> ResidueRangeAndLength.parseMultiple
(String s, AtomPositionMap map) static List
<ResidueRangeAndLength> ResidueRangeAndLength.parseMultiple
(List<String> ranges, AtomPositionMap map) Modifier and TypeMethodDescriptionstatic int
ResidueRangeAndLength.calcLength
(List<ResidueRangeAndLength> rrs) Calculates the combined number of residues of the ResidueRanges inrrs
. -
Uses of ResidueRangeAndLength in org.biojava.nbio.structure.secstruc
Modifier and TypeMethodDescriptionSecStrucElement.getRange()
Returns the residue range of this SSE.