public interface PhylogeniesWebserviceClient
| Modifier and Type | Field and Description |
|---|---|
static String |
QUERY_PLACEHOLDER |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
A short description of the webservice (~20 characters).
|
String |
getInstructions()
Instructions (and examples) on how to use the webservice.
|
String |
getMenuName()
A name/description which can appear on a menu.
|
String |
getName()
The name of the webservice.
|
PhylogenyMethods.PhylogenyNodeField |
getNodeField()
The node data field in which to place node names from simple unannotated formats
(such as Newick).
|
Object |
getProcessingInstructions()
This is used to indicate any kind of special processing.
|
String |
getReference()
To get a type of reference for the webservice (an URL or citation, for example).
|
WebservicesManager.WsPhylogenyFormat |
getReturnFormat()
The expected format of the response.
|
String |
getUrl()
Use QUERY_PLACEHOLDER to indicate position of query variable.
|
boolean |
isQueryInteger()
Is the query a number?
|
static final String QUERY_PLACEHOLDER
String getDescription()
String getInstructions()
String getMenuName()
String getName()
PhylogenyMethods.PhylogenyNodeField getNodeField()
Object getProcessingInstructions()
String getReference()
WebservicesManager.WsPhylogenyFormat getReturnFormat()
String getUrl()
boolean isQueryInteger()
Copyright © 2016. All rights reserved.