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