public class SequenceLocation<S extends AbstractSequence<C>,C extends Compound> extends SimpleLocation
Location.Tools
Constructor and Description |
---|
SequenceLocation(int start,
int end,
S sequence) |
SequenceLocation(int start,
int end,
S sequence,
Strand strand) |
SequenceLocation(int start,
int end,
S sequence,
Strand strand,
boolean circular,
List<Location> subLocations) |
SequenceLocation(Point start,
Point end,
S sequence,
Strand strand) |
Modifier and Type | Method and Description |
---|---|
S |
getSequence() |
void |
setSequence(S sequence) |
assertLocation, canComplement, equals, getAccession, getEnd, getLength, getRelevantSubLocations, getRelevantSubSequence, getStart, getStrand, getSubLocations, getSubSequence, hashCode, isBetweenCompounds, isCircular, isComplex, isPartial, isPartialOn3prime, isPartialOn5prime, iterator, reverseSequence, setAccession, setBetweenCompounds, setCircular, setEnd, setPartialOn3prime, setPartialOn5prime, setStart, setStrand, setSubLocations, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public SequenceLocation(int start, int end, S sequence)
public SequenceLocation(int start, int end, S sequence, Strand strand, boolean circular, List<Location> subLocations)
public SequenceLocation(int start, int end, S sequence, Strand strand)
public SequenceLocation(Point start, Point end, S sequence, Strand strand)
public S getSequence()
public void setSequence(S sequence)
Copyright © 2000–2019 BioJava. All rights reserved.