public static class InsdcLocations.OrderLocation extends SimpleLocation
Location.Tools
Constructor and Description |
---|
OrderLocation(int start,
int end,
Strand strand,
java.util.List<Location> subLocations) |
OrderLocation(int start,
int end,
Strand strand,
Location... subLocations) |
OrderLocation(java.util.List subLocations) |
OrderLocation(Location... subLocations) |
OrderLocation(Point start,
Point end,
Strand strand,
boolean circular,
java.util.List<Location> subLocations) |
OrderLocation(Point start,
Point end,
Strand strand,
boolean circular,
Location... subLocations) |
OrderLocation(Point start,
Point end,
Strand strand,
java.util.List<Location> subLocations) |
OrderLocation(Point start,
Point end,
Strand strand,
Location... subLocations) |
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
public OrderLocation(java.util.List subLocations)
public OrderLocation(Location... subLocations)
public OrderLocation(Point start, Point end, Strand strand, boolean circular, Location... subLocations)
public OrderLocation(Point start, Point end, Strand strand, boolean circular, java.util.List<Location> subLocations)
public OrderLocation(Point start, Point end, Strand strand, java.util.List<Location> subLocations)