Interface SequenceListSummary.Provider

All Known Implementing Classes:
DefaultAlignmentDocument, DefaultPhylogenyDocument, PhylogenyDocument, SequenceListOnDisk
Enclosing class:
SequenceListSummary

public static interface SequenceListSummary.Provider
An interface that lists of sequences (e.g. those returned from SequenceListDocument.getNucleotideSequences() or SequenceListDocument.getAminoAcidSequences()) may implement to indicate they can provide a summary of the properties of the sequences in them
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a summary of the properties of the sequences.
  • Method Details

    • getSummary

      SequenceListSummary getSummary()
      Gets a summary of the properties of the sequences.
      Returns:
      a summary of properties of the sequences or null if no summary is available.