All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pl.poznan.put.rna.NucleicAcidResidueComponent Maven / Gradle / Ivy

package pl.poznan.put.rna;

import pl.poznan.put.pdb.analysis.ResidueComponent;

/** A component of a nucleotide. */
public interface NucleicAcidResidueComponent extends ResidueComponent {
  /** @return The type of this nucleotide component. */
  NucleotideComponentType nucleotideComponentType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy