Class ResidueRange

java.lang.Object
org.biojava.nbio.structure.ResidueRange
Direct Known Subclasses:
ResidueRangeAndLength

public class ResidueRange extends Object
A chainName, a start residue, and an end residue. The chainName is matched to Chain.getName(), so for mmCIF files it indicates the authorId rather than the asymId. Chain may be null when referencing a single-chainName structure; for multi-chainName structures omitting the chainName is an error. Start and/or end may also be null, which is interpreted as the first and last residues in the chainName, respectively.
Author:
dmyerstu
See Also: