|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectobject.annotation.Exon
public class Exon
Description
An Exon object belong to a Gene Object
Infos : KLB - IPMC - 12/2003
Gene,
Serialized Form| Field Summary | |
|---|---|
private int |
end
End of the exon on the Chromosome corresponding for the Gene object |
private int |
exon
Order of the exon Object in the composition of the sequence of the Gene object |
private int |
gene_id
ID of a Gene object owner of this Exon Object |
private int |
start
Start of the exon on the Chromosome corresponding for the Gene object |
| Constructor Summary | |
|---|---|
Exon()
Default constructor |
|
Exon(int gene_id,
int exon,
int start,
int end)
Constructs an Exon object from several parameters |
|
| Method Summary | |
|---|---|
int |
getEnd()
End of the exon on the Chromosome corresponding for the Gene object |
int |
getExon()
Order of the exon Object in the composition of the sequence of the Gene object |
int |
getGene_id()
ID of a Gene object owner of this Exon Object |
int |
getStart()
Start of the exon on the Chromosome corresponding for the Gene object |
void |
setEnd(int end)
|
void |
setExon(int exon)
|
void |
setGene_id(int gene_id)
|
void |
setStart(int start)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private int gene_id
private int exon
private int start
private int end
| Constructor Detail |
|---|
public Exon()
public Exon(int gene_id,
int exon,
int start,
int end)
gene_id - ID of existing Gene Object : owner of this Exon Objectexon - order of the exon in the composition of the Gene Objectstart - start on the chromosomeend - end on the chromosome| Method Detail |
|---|
public int getGene_id()
public void setGene_id(int gene_id)
public int getExon()
public void setExon(int exon)
public int getStart()
public void setStart(int start)
public int getEnd()
public void setEnd(int end)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||