public class GenomicLocation extends GenBankFeatureLocation
Constructor and Description |
---|
GenomicLocation() |
GenomicLocation(String inLocationString) |
GenomicLocation(XMLTag inXMLTag) |
Modifier and Type | Method and Description |
---|---|
GenomicLocation |
clone() |
int |
compareTo(GenomicLocation inObj2) |
String |
getAssembly() |
String |
getBuild() |
String |
getChromosome() |
String |
getContig() |
Strand |
getStrand() |
NCBITaxon |
getTaxon() |
GenomicLocation |
setAssembly(String inValue) |
GenomicLocation |
setBuild(String inValue) |
GenomicLocation |
setChromosome(String inValue) |
GenomicLocation |
setContig(String inValue) |
GenomicLocation |
setSeqLength(Integer inValue) |
GenomicLocation |
setStrand(Strand inValue) |
GenomicLocation |
setTaxon(NCBITaxon inValue) |
XMLTag |
toXMLTag() |
append, compareTo, equals, eval, eval, extend3Prime, extend5Prime, get3Prime, get5Prime, getIntrons, getSeqLength, hashCode, length, set3Prime, set5Prime, toIntRange, toString
public GenomicLocation()
public GenomicLocation(String inLocationString)
public GenomicLocation(XMLTag inXMLTag)
public GenomicLocation clone()
clone
in class GenBankFeatureLocation
public GenomicLocation setAssembly(String inValue)
public String getAssembly()
public GenomicLocation setBuild(String inValue)
public GenomicLocation setChromosome(String inValue)
public String getChromosome()
public GenomicLocation setContig(String inValue)
public GenomicLocation setSeqLength(Integer inValue)
setSeqLength
in class GenBankFeatureLocation
public GenomicLocation setTaxon(NCBITaxon inValue)
public GenomicLocation setStrand(Strand inValue)
public int compareTo(GenomicLocation inObj2)