Uses of Class
org.biojava.bio.seq.io.SequenceBuilderBase

Packages that use SequenceBuilderBase
org.biojava.bio.seq.io Classes and interfaces for processing and producing flat-file representations of sequences. 
 

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

Subclasses of SequenceBuilderBase in org.biojava.bio.seq.io
 class SequenceDBSequenceBuilder
          This SequenceBuilder has a variety of modes of operation.
 class SimpleAssemblyBuilder
          Basic SequenceBuilder implementation which accumulates all notified information and creates a SimpleAssembly.
 class SimpleSequenceBuilder
          Basic SequenceBuilder implementation which accumulates all notified information and creates a SimpleSequence.
 class SmartSequenceBuilder
          Basic SequenceBuilder implementation which accumulates all notified information and chooses a sequence implementation suited to the size of the sequence.