Package pl.poznan.put.structure.formats
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DotBracketconvert(BpSeq bpSeq)Converts the secondary structure from BPSEQ to dot-bracket format.
-
-
-
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.
-
-