Package pl.poznan.put.pdb.analysis
Interface SingleTypedResidueCollection
-
- All Superinterfaces:
ResidueCollection,Serializable
- All Known Implementing Classes:
ImmutablePdbChain,ImmutablePdbCompactFragment,PdbChain,PdbCompactFragment
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SingleTypedResidueCollection extends ResidueCollection
A collection of residues with a common molecule type (RNA or protein).
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default MoleculeTypemoleculeType()-
Methods inherited from interface pl.poznan.put.pdb.analysis.ResidueCollection
filteredAtoms, findBondLengthViolations, findResidue, hasResidue, indexOf, namedResidueIdentifiers, residueIdentifiers, residues, sequence, toCif, toPdb, withoutAlternateLocations
-
-
-
-
Method Detail
-
moleculeType
default MoleculeType moleculeType()
- Returns:
- A detected type of the chain (RNA or protein).
-
-