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, startSequence
Sequence makeSequence() throws BioException
BioException
Copyright © 2014 BioJava. All rights reserved.