Uses of Class
org.biojava.nbio.structure.ResidueRangeAndLength
-
Packages that use ResidueRangeAndLength Package Description org.biojava.nbio.structure org.biojava.nbio.structure.secstruc -
-
Uses of ResidueRangeAndLength in org.biojava.nbio.structure
Subclasses of ResidueRangeAndLength in org.biojava.nbio.structure Modifier and Type Class Description class
AugmentedResidueRange
Created by douglas on 1/23/15.Methods in org.biojava.nbio.structure that return ResidueRangeAndLength Modifier and Type Method Description static ResidueRangeAndLength
ResidueRangeAndLength. parse(String s, AtomPositionMap map)
Parses a residue range.ResidueRangeAndLength
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 ResidueRangeAndLength Modifier and Type Method Description List<ResidueRangeAndLength>
AtomPositionMap. 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 ResidueRangeAndLength Modifier and Type Method Description static 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 ResidueRangeAndLength Modifier and Type Method Description ResidueRangeAndLength
SecStrucElement. getRange()
Returns the residue range of this SSE.
-