Package pl.poznan.put.pdb.analysis
Interface ResidueComponent
-
- All Known Subinterfaces:
Backbone,NucleicAcidResidueComponent,Nucleobase,Purine,Pyrimidine,Sidechain
- All Known Implementing Classes:
ImmutableBackbone,ImmutablePhosphate,ImmutableRibose,Phosphate,Ribose
- 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 ResidueComponent
A fragment of a residue with a set of expected atoms and a set of possible other atoms.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Set<AtomName>additionalAtoms()Set<AtomName>requiredAtoms()
-