|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.program.das.dasalignment.DASAlignmentClient
public class DASAlignmentClient
A DAS client that connects to a DAS aligmnent service and returns a Biojava Alignment object.
Constructor Summary | |
---|---|
DASAlignmentClient()
Constructs a DASAlignmentClient object. |
|
DASAlignmentClient(String url)
Constructs a DASAlignmentClient object. |
Method Summary | |
---|---|
Alignment[] |
getAlignments()
Returns the alignments. |
Alignment[] |
getAlignments(String query_)
Returns the alignments. |
String |
getQuery()
Returns the query. |
void |
setQuery(String q)
Specifies the query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DASAlignmentClient()
public DASAlignmentClient(String url)
url
- a String ...Method Detail |
---|
public void setQuery(String q)
q
- a String specifying the query valuegetQuery()
public String getQuery()
setQuery(java.lang.String)
public Alignment[] getAlignments(String query_) throws IOException
query_
- a String
IOException
- ...public Alignment[] getAlignments() throws IOException
IOException
- ...
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |