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

pl.poznan.put.structure.formats.Converter Maven / Gradle / Ivy

package pl.poznan.put.structure.formats;

/** A converter from BPSEQ to dot-bracket. */
@FunctionalInterface
public interface Converter {
  /**
   * Converts the secondary structure from BPSEQ to dot-bracket format.
   *
   * @param bpSeq The data in BPSEQ format.
   * @return The resulting dot-bracket.
   */
  DotBracket convert(final BpSeq bpSeq);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy