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 classAugmentedResidueRangeCreated by douglas on 1/23/15.Methods in org.biojava.nbio.structure that return ResidueRangeAndLength Modifier and Type Method Description static ResidueRangeAndLengthResidueRangeAndLength. parse(String s, AtomPositionMap map)Parses a residue range.ResidueRangeAndLengthAtomPositionMap. 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 ofResidueRangescorresponding 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 intResidueRangeAndLength. 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 ResidueRangeAndLengthSecStrucElement. getRange()Returns the residue range of this SSE.
-