Uses of Class
org.biojava.nbio.structure.ResidueRangeAndLength
Packages that use ResidueRangeAndLength
Package
Description
Interfaces and classes for protein structure (PDB).
-
Uses of ResidueRangeAndLength in org.biojava.nbio.structure
Subclasses of ResidueRangeAndLength in org.biojava.nbio.structureMethods in org.biojava.nbio.structure that return ResidueRangeAndLengthModifier 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.Methods in org.biojava.nbio.structure that return types with arguments of type ResidueRangeAndLengthModifier 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) Method parameters in org.biojava.nbio.structure with type arguments of type ResidueRangeAndLengthModifier 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
Methods in org.biojava.nbio.structure.secstruc that return ResidueRangeAndLengthModifier and TypeMethodDescriptionSecStrucElement.getRange()
Returns the residue range of this SSE.