public interface SequenceBuilder extends SeqIOListener
It is possible to build `transducer' objects which implement this
interface and pass on filtered notifications to a second, underlying
SequenceBuilder. In this case, they should provide a
makeSequence method which delegates to the underlying
SequenceBuilder.
RichSequenceBuilder.RichSequenceBuilder| Modifier and Type | Method and Description |
|---|---|
Sequence |
makeSequence()
Return the Sequence object which has been constructed
by this builder.
|
addFeatureProperty, addSequenceProperty, addSymbols, endFeature, endSequence, setName, setURI, startFeature, startSequenceSequence makeSequence() throws BioException
BioExceptionCopyright © 2020 BioJava. All rights reserved.