public class DASAlignmentClient extends Object
Constructor and Description |
---|
DASAlignmentClient()
Constructs a DASAlignmentClient object.
|
DASAlignmentClient(String url)
Constructs a DASAlignmentClient object.
|
Modifier and Type | Method and Description |
---|---|
Alignment[] |
getAlignments()
Returns the alignments.
|
Alignment[] |
getAlignments(String query_)
Returns the alignments.
|
String |
getQuery()
Returns the query.
|
void |
setQuery(String q)
Specifies the query.
|
public DASAlignmentClient()
public DASAlignmentClient(String url)
url
- a String ...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 StringIOException
- ...public Alignment[] getAlignments() throws IOException
IOException
- ...