Class SimpleSequenceBuilder

java.lang.Object
org.biojava.bio.seq.io.SequenceBuilderBase
org.biojava.bio.seq.io.SimpleSequenceBuilder
All Implemented Interfaces:
SeqIOListener, SequenceBuilder

Basic SequenceBuilder implementation which accumulates all notified information and creates a SimpleSequence.

More functionality is offered by SimpleRichSequenceBuilder, Use of this class is prefered.

Version:
1.1 [newio proposal]
Author:
Thomas Down, David Huen (modified to derive from SequenceBuilderBase)
See Also: