Interface SequenceView<C extends Compound>
-
- All Superinterfaces:
Accessioned
,java.lang.Iterable<C>
,Sequence<C>
- All Known Implementing Classes:
ComplementSequenceView
,ReversedSequenceView
,RnaSequenceView
,SequenceProxyView
public interface SequenceView<C extends Compound> extends Sequence<C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Integer
getBioEnd()
1-indexed, inclusive.java.lang.Integer
getBioStart()
1-indexed, inclusive.Sequence<C>
getViewedSequence()
-
Methods inherited from interface org.biojava.nbio.core.sequence.template.Accessioned
getAccession
-
Methods inherited from interface org.biojava.nbio.core.sequence.template.Sequence
countCompounds, getAsList, getCompoundAt, getCompoundSet, getIndexOf, getInverse, getLastIndexOf, getLength, getSequenceAsString, getSubSequence
-
-