|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unc.csbio.data.Feature
edu.unc.csbio.data.Deletion
public class Deletion
The class for deletion variant. This class is to be developed.
Field Summary |
---|
Fields inherited from class edu.unc.csbio.data.Feature |
---|
chrom, end, start |
Constructor Summary | |
---|---|
Deletion(java.lang.String chrom,
int start,
int end)
A constructor for Deletion object |
Method Summary | |
---|---|
java.lang.String |
toString()
A stub method for toString() |
Methods inherited from class edu.unc.csbio.data.Feature |
---|
compareTo, getChromosome, getEnd, getLength, getRange, getStart |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Deletion(java.lang.String chrom, int start, int end)
Deletion
object
chrom
- name of the deletionstart
- start position of the deletionend
- end position of deletionMethod Detail |
---|
public java.lang.String toString()
toString
in class Feature
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |