Uses of Interface
com.biomatters.geneious.publicapi.documents.sequence.SequenceListSummary.Provider
-
Packages that use SequenceListSummary.Provider Package Description com.biomatters.geneious.publicapi.documents.sequence Provides interfaces specifying the types ofsequence
andalignment
documents in Geneious, together with concrete classes used by sequence documents such asSequenceAnnotation
andSequenceCharSequence
.com.biomatters.geneious.publicapi.documents.types Provides interfaces specifying the types of documents available in Geneious.com.biomatters.geneious.publicapi.implementations Provides implementations for many of the document interfaces defined in the package com.biomatters.geneious.publicapi.documents.types together with some utility classes for dealing with some of these document types. -
-
Uses of SequenceListSummary.Provider in com.biomatters.geneious.publicapi.documents.sequence
Classes in com.biomatters.geneious.publicapi.documents.sequence that implement SequenceListSummary.Provider Modifier and Type Class Description class
SequenceListOnDisk<T extends SequenceDocument>
A list of sequences which are loaded from disk on demand rather than all stored in memory. -
Uses of SequenceListSummary.Provider in com.biomatters.geneious.publicapi.documents.types
Classes in com.biomatters.geneious.publicapi.documents.types that implement SequenceListSummary.Provider Modifier and Type Class Description class
PhylogenyDocument
A document containing an alignment and one or more trees whose tips are the sequences (i.e. -
Uses of SequenceListSummary.Provider in com.biomatters.geneious.publicapi.implementations
Classes in com.biomatters.geneious.publicapi.implementations that implement SequenceListSummary.Provider Modifier and Type Class Description class
DefaultAlignmentDocument
An implementation of aSequenceAlignmentDocument
.class
DefaultPhylogenyDocument
An implementation of a Phylogeny document.
-