Uses of Interface
org.biojava.bio.symbol.SymbolListFactory

Packages that use SymbolListFactory
org.biojava.bio.seq.io Classes and interfaces for processing and producing flat-file representations of sequences. 
org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. 
 

Uses of SymbolListFactory in org.biojava.bio.seq.io
 

Constructors in org.biojava.bio.seq.io with parameters of type SymbolListFactory
ChunkedSymbolListFactory(SymbolListFactory symListFactory)
           
ChunkedSymbolListFactory(SymbolListFactory userSymListFactory, int threshold)
           
 

Uses of SymbolListFactory in org.biojava.bio.symbol
 

Classes in org.biojava.bio.symbol that implement SymbolListFactory
 class PackedSymbolListFactory
          This class makes PackedSymbolLists.
 class SimpleSymbolListFactory
          This class makes SimpleSymbolLists.