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