Package pl.poznan.put.rna
Interface NucleicAcidResidueComponent
-
- All Superinterfaces:
ResidueComponent
- All Known Subinterfaces:
Nucleobase,Purine,Pyrimidine
- All Known Implementing Classes:
ImmutablePhosphate,ImmutableRibose,Phosphate,Ribose
public interface NucleicAcidResidueComponent extends ResidueComponent
A component of a nucleotide.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NucleotideComponentTypenucleotideComponentType()-
Methods inherited from interface pl.poznan.put.pdb.analysis.ResidueComponent
additionalAtoms, requiredAtoms
-
-
-
-
Method Detail
-
nucleotideComponentType
NucleotideComponentType nucleotideComponentType()
- Returns:
- The type of this nucleotide component.
-
-