|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.hivemindService.RequestGene
public class RequestGene
Class used to request gene data. This is not a HiveMind service. Rather, it is a class that is used by RequestGeneData service
| Method Summary | |
|---|---|
java.lang.String[] |
getAttributeList()
Returns the list of attributes that exist in a gene. |
java.util.ArrayList<Gene> |
getGeneByID(java.lang.String IdString)
Search a gene by ID. |
java.util.ArrayList<Gene> |
getGeneByID(java.lang.String IdString,
java.util.ArrayList<java.lang.String> requestedAttributeList)
Searches for genes by ID, and populates only the required attributes |
static RequestGene |
getInstance()
used to get instance of this class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RequestGene getInstance()
public java.util.ArrayList<Gene> getGeneByID(java.lang.String IdString)
IdString -
public java.util.ArrayList<Gene> getGeneByID(java.lang.String IdString,
java.util.ArrayList<java.lang.String> requestedAttributeList)
IdString - requestedAttributeList -
public java.lang.String[] getAttributeList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||