Interface SequenceReader<C extends Compound>
- All Superinterfaces:
Accessioned
,Iterable<C>
,Sequence<C>
- All Known Subinterfaces:
ProxySequenceReader<C>
- All Known Implementing Classes:
ArrayListProxySequenceReader
,ArrayListSequenceReader
,BitSequenceReader
,FourBitSequenceReader
,GenbankProxySequenceReader
,JoiningSequenceReader
,RnaSequenceView
,SequenceFileProxyLoader
,SingleCompoundSequenceReader
,StringProxySequenceReader
,TwoBitSequenceReader
,UniprotProxySequenceReader
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCompoundSet
(CompoundSet<C> compoundSet) void
setContents
(String sequence) Methods inherited from interface org.biojava.nbio.core.sequence.template.Accessioned
getAccession
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface org.biojava.nbio.core.sequence.template.Sequence
countCompounds, getAsList, getCompoundAt, getCompoundSet, getIndexOf, getInverse, getLastIndexOf, getLength, getSequenceAsString, getSubSequence
-
Method Details
-
setCompoundSet
-
setContents
- Throws:
CompoundNotFoundException
-