Interface FastaHeaderFormatInterface<S extends Sequence<?>,C extends Compound>

Type Parameters:
S - the sequence type
C - the compound type
All Known Implementing Classes:
GenericFastaHeaderFormat

public interface FastaHeaderFormatInterface<S extends Sequence<?>,C extends Compound>
Author:
Scooter Willis
  • Method Summary

    Modifier and Type
    Method
    Description
    getHeader(S sequence)
     
  • Method Details