public static class InsdcLocations.OrderLocation extends SimpleLocation
Location.Tools
Constructor and Description |
---|
OrderLocation(int start,
int end,
Strand strand,
List<Location> subLocations) |
OrderLocation(int start,
int end,
Strand strand,
Location... subLocations) |
OrderLocation(List subLocations) |
OrderLocation(Location... subLocations) |
OrderLocation(Point start,
Point end,
Strand strand,
boolean circular,
List<Location> subLocations) |
OrderLocation(Point start,
Point end,
Strand strand,
boolean circular,
Location... subLocations) |
OrderLocation(Point start,
Point end,
Strand strand,
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public OrderLocation(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, Location... subLocations)
public OrderLocation(int start, int end, Strand strand, Location... subLocations)
public OrderLocation(Point start, Point end, Strand strand, boolean circular, List<Location> subLocations)
public OrderLocation(Point start, Point end, Strand strand, List<Location> subLocations)
public OrderLocation(int start, int end, Strand strand, List<Location> subLocations)
Copyright © 2000–2019 BioJava. All rights reserved.