public class Exon extends Object
| Constructor and Description |
|---|
Exon() |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
int |
getLength() |
String |
getName() |
Chromosome |
getParentChromosome() |
Transcript[] |
getParentTranscript() |
int |
getStart() |
int |
getStrand() |
void |
setEnd(int end) |
void |
setName(String name) |
void |
setParentChromosome(Chromosome currChr) |
void |
setParentTranscript(Transcript parentTranscript) |
void |
setStart(int start) |
void |
setStrand(int strand) |
public Transcript[] getParentTranscript()
public void setParentTranscript(Transcript parentTranscript)
parentTranscript - the parentTranscript to setpublic int getStart()
public void setStart(int start)
start - the start to setpublic int getEnd()
public void setEnd(int end)
end - the end to setpublic int getStrand()
public void setStrand(int strand)
strand - the strand to setpublic String getName()
public void setName(String name)
name - the name to setpublic int getLength()
public void setParentChromosome(Chromosome currChr)
public Chromosome getParentChromosome()
Copyright © 2015. All Rights Reserved.