|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.cs.sb.chromviewer.Gene
public class Gene
Encapsulates information about a gene
Field Summary | |
---|---|
int |
chromosome
|
int |
end
|
java.lang.String |
namechrom
|
int |
start
|
char |
strand
|
Constructor Summary | |
---|---|
Gene()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
True if both objects are equal with all the same field values |
int |
hashCode()
Converts the gene information to a unique integer hash code |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String namechrom
public int chromosome
public char strand
public int start
public int end
Constructor Detail |
---|
public Gene()
Method Detail |
---|
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |