|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.broadinstitute.genee.client.GeneeClient
public class GeneeClient
Class for interacting with GENE-E.
| Constructor Summary | |
|---|---|
GeneeClient()
Constructs a client to interact with GENE-E on localhost:9998. |
|
GeneeClient(String server,
int port)
Constructs a client to interact with GENE-E. |
|
| Method Summary | |
|---|---|
Dataset |
fromGenee()
Returns the selection from GENE-E. |
void |
toGenee(Dataset dataset)
Views the given dataset in GENE-E. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeneeClient()
public GeneeClient(String server,
int port)
server - The server to connect toport - The port to connect to| Method Detail |
|---|
public void toGenee(Dataset dataset)
throws IOException
dataset - The dataset to view
IOException - If an error occurs
public Dataset fromGenee()
throws IOException
IOException - If an error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||