Package pl.poznan.put.pdb.analysis
Class DefaultResidueCollection
- java.lang.Object
-
- pl.poznan.put.pdb.analysis.DefaultResidueCollection
-
- All Implemented Interfaces:
Serializable,ResidueCollection
- Direct Known Subclasses:
ImmutableDefaultResidueCollection
@Immutable public abstract class DefaultResidueCollection extends Object implements ResidueCollection
A container for a list of residues.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultResidueCollection()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract List<PdbResidue>residues()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface pl.poznan.put.pdb.analysis.ResidueCollection
filteredAtoms, findBondLengthViolations, findResidue, hasResidue, indexOf, namedResidueIdentifiers, residueIdentifiers, sequence, toCif, toPdb, withoutAlternateLocations
-
-
-
-
Method Detail
-
residues
@Parameter(order=1) public abstract List<PdbResidue> residues()
- Specified by:
residuesin interfaceResidueCollection- Returns:
- The list of residues.
-
-