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,
java.util.List<Location> subLocations) |
Modifier and Type | Method and Description |
---|---|
S |
getSequence() |
assertLocation, canComplement, equals, getAccession, getEnd, getLength, getRelevantSubLocations, getRelevantSubSequence, getStart, getStrand, getSubLocations, getSubSequence, hashCode, isBetweenCompounds, isCircular, isComplex, iterator, reverseSequence, setAccession, setBetweenCompounds, setCircular, setEnd, setStart, setStrand, setSubLocations, toString
public SequenceLocation(int start, int end, S sequence)
public SequenceLocation(int start, int end, S sequence, Strand strand, boolean circular, java.util.List<Location> subLocations)
public S getSequence()