Class BasicPhylogeniesWebserviceClient
java.lang.Object
org.forester.archaeopteryx.webservices.BasicPhylogeniesWebserviceClient
- All Implemented Interfaces:
 PhylogeniesWebserviceClient
- 
Field Summary
Fields inherited from interface org.forester.archaeopteryx.webservices.PhylogeniesWebserviceClient
QUERY_PLACEHOLDER - 
Constructor Summary
ConstructorsConstructorDescriptionBasicPhylogeniesWebserviceClient(String name, String menu_name, String desc, String instructions, WebservicesManager.WsPhylogenyFormat format, PhylogenyMethods.PhylogenyNodeField node_field, String url, boolean integer, String ref, Object proc_inst)  - 
Method Summary
Modifier and TypeMethodDescriptionA short description of the webservice (~20 characters).Instructions (and examples) on how to use the webservice.A name/description which can appear on a menu.getName()The name of the webservice.The node data field in which to place node names from simple unannotated formats (such as Newick).This is used to indicate any kind of special processing.To get a type of reference for the webservice (an URL or citation, for example).The expected format of the response.getUrl()Use QUERY_PLACEHOLDER to indicate position of query variable.booleanIs the query a number? 
- 
Constructor Details
- 
BasicPhylogeniesWebserviceClient
public BasicPhylogeniesWebserviceClient(String name, String menu_name, String desc, String instructions, WebservicesManager.WsPhylogenyFormat format, PhylogenyMethods.PhylogenyNodeField node_field, String url, boolean integer, String ref, Object proc_inst)  
 - 
 - 
Method Details
- 
getDescription
Description copied from interface:PhylogeniesWebserviceClientA short description of the webservice (~20 characters).- Specified by:
 getDescriptionin interfacePhylogeniesWebserviceClient- Returns:
 - a short description of the webservice (~20 characters)
 
 - 
getInstructions
Description copied from interface:PhylogeniesWebserviceClientInstructions (and examples) on how to use the webservice.- Specified by:
 getInstructionsin interfacePhylogeniesWebserviceClient- Returns:
 - instructions (and examples) on how to use the webservice
 
 - 
getMenuName
Description copied from interface:PhylogeniesWebserviceClientA name/description which can appear on a menu.- Specified by:
 getMenuNamein interfacePhylogeniesWebserviceClient- Returns:
 - A name/description which can appear on a menu
 
 - 
getName
Description copied from interface:PhylogeniesWebserviceClientThe name of the webservice.- Specified by:
 getNamein interfacePhylogeniesWebserviceClient- Returns:
 - the name of the webservice
 
 - 
getNodeField
Description copied from interface:PhylogeniesWebserviceClientThe node data field in which to place node names from simple unannotated formats (such as Newick). Null means avoiding any such postprocessing.- Specified by:
 getNodeFieldin interfacePhylogeniesWebserviceClient- Returns:
 - the field code
 
 - 
getProcessingInstructions
Description copied from interface:PhylogeniesWebserviceClientThis is used to indicate any kind of special processing.- Specified by:
 getProcessingInstructionsin interfacePhylogeniesWebserviceClient- Returns:
 - a reference
 
 - 
getReference
Description copied from interface:PhylogeniesWebserviceClientTo get a type of reference for the webservice (an URL or citation, for example).- Specified by:
 getReferencein interfacePhylogeniesWebserviceClient- Returns:
 - a reference
 
 - 
getReturnFormat
Description copied from interface:PhylogeniesWebserviceClientThe expected format of the response.- Specified by:
 getReturnFormatin interfacePhylogeniesWebserviceClient- Returns:
 - the expected format of the response
 
 - 
getUrl
Description copied from interface:PhylogeniesWebserviceClientUse QUERY_PLACEHOLDER to indicate position of query variable.- Specified by:
 getUrlin interfacePhylogeniesWebserviceClient- Returns:
 - the URL
 
 - 
isQueryInteger
public boolean isQueryInteger()Description copied from interface:PhylogeniesWebserviceClientIs the query a number?- Specified by:
 isQueryIntegerin interfacePhylogeniesWebserviceClient- Returns:
 
 
 -