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 Detail

      • 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.