|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DSGeneMarker
Title: Sequence and Pattern Plugin
Description:
Copyright: Copyright (c) 2003
Company:
| Field Summary | |
|---|---|
static int |
AFFY_TYPE
|
static int |
GENEPIX_TYPE
|
static int |
LOCUSLINK_TYPE
|
static int |
UNIGENE_TYPE
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
DSGeneMarker |
deepCopy()
Make a deep copy of this marker. |
java.lang.String |
getDescription()
Returns the textual description of this Marker |
int |
getDisPlayType()
|
int |
getGeneId()
Returns a unique identifier that represent this piece of genetic information |
java.lang.String |
getGeneName()
|
java.lang.String |
getShortName()
|
java.lang.String |
getShortName(int maxLength)
|
DSUnigene |
getUnigene()
|
boolean |
isEquivalent(DSGeneMarker mInfo)
|
void |
setDescription(java.lang.String label)
|
void |
setDisPlayType(int disPlayType)
|
void |
setGeneId(int x)
|
void |
setGeneName(java.lang.String name)
|
void |
write(java.io.BufferedWriter writer)
|
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Methods inherited from interface org.geworkbench.bison.datastructure.properties.DSSequential |
|---|
getSerial, setSerial |
| Methods inherited from interface org.geworkbench.bison.datastructure.properties.DSNamed |
|---|
getLabel, setLabel |
| Field Detail |
|---|
static final int AFFY_TYPE
static final int GENEPIX_TYPE
static final int UNIGENE_TYPE
static final int LOCUSLINK_TYPE
| Method Detail |
|---|
java.lang.String getDescription()
void setDescription(java.lang.String label)
int getGeneId()
DSUnigene getUnigene()
java.lang.String getShortName()
java.lang.String getShortName(int maxLength)
boolean isEquivalent(DSGeneMarker mInfo)
DSGeneMarker deepCopy()
void write(java.io.BufferedWriter writer)
throws java.io.IOException
java.io.IOExceptionvoid setDisPlayType(int disPlayType)
int getDisPlayType()
void setGeneId(int x)
void setGeneName(java.lang.String name)
java.lang.String getGeneName()
java.lang.Object clone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||