Interface SequenceListSummary.Provider
- 
- All Known Implementing Classes:
 DefaultAlignmentDocument,DefaultPhylogenyDocument,PhylogenyDocument,SequenceListOnDisk
- Enclosing class:
 - SequenceListSummary
 
public static interface SequenceListSummary.ProviderAn interface that lists of sequences (e.g. those returned fromSequenceListDocument.getNucleotideSequences()orSequenceListDocument.getAminoAcidSequences()) may implement to indicate they can provide a summary of the properties of the sequences in them 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SequenceListSummarygetSummary()Gets a summary of the properties of the sequences. 
 - 
 
- 
- 
Method Detail
- 
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.
 
 
 - 
 
 -