|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.data.annotation.AnnotationDescription
@Deprecated public class AnnotationDescription
Distinguish among different ontologies, by curator and type. For example, KEGG maintains two ontologies: metabolic pathways, and regulatory pathways. GO has three: biological process, molecular function, cellular component. This simple class captures these distinctions It will perhaps prove most useful when some data source (a biodata server, for example) contains a number of ontologies, and needs to communicate a summary of these to a client.
Field Summary | |
---|---|
protected String |
annotationType
Deprecated. |
protected String |
curator
Deprecated. |
protected String |
species
Deprecated. |
Constructor Summary | |
---|---|
AnnotationDescription(String species,
String curator,
String annotationType)
Deprecated. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Deprecated. redefine equals so that instances with the same contents are equal. |
String |
getCurator()
Deprecated. DOCUMENT ME! |
String |
getSpecies()
Deprecated. DOCUMENT ME! |
String |
getType()
Deprecated. DOCUMENT ME! |
int |
hashCode()
Deprecated. redefine hashCode so that instances with the same contents have the same hashCode. |
String |
toString()
Deprecated. DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String species
protected String curator
protected String annotationType
Constructor Detail |
---|
public AnnotationDescription(String species, String curator, String annotationType)
species
- The formal Linnaean name (genus and species) is preferredcurator
- The institute or group which maintains this annotationannotationType
- The nature of this annotation, eg, "metabolic pathway",
"molecular function", or "cellular component"Method Detail |
---|
public String getSpecies()
public String getCurator()
public String getType()
public boolean equals(Object obj)
equals
in class Object
obj
- DOCUMENT ME!
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |