Interface Converter

All Known Implementing Classes:
DefaultConverter, ImmutableDefaultConverter
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 Converter
A converter from BPSEQ to dot-bracket.
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(BpSeq bpSeq)
    Converts the secondary structure from BPSEQ to dot-bracket format.
  • Method Details

    • convert

      DotBracket convert(BpSeq bpSeq)
      Converts the secondary structure from BPSEQ to dot-bracket format.
      Parameters:
      bpSeq - The data in BPSEQ format.
      Returns:
      The resulting dot-bracket.