Uses of Class
compbio.data.msa.Category

Packages that use Category
compbio.data.msa Web Service interfaces for JAva Bioinformatics Analysis Web Services. 
compbio.data.msa.jaxws   
compbio.ws.server   
 

Uses of Category in compbio.data.msa
 

Methods in compbio.data.msa that return types with arguments of type Category
static Set<Category> Category.getCategories()
           
 Set<Category> RegistryWS.getServiceCategories()
          Gets the list of services per category.
 

Uses of Category in compbio.data.msa.jaxws
 

Methods in compbio.data.msa.jaxws that return types with arguments of type Category
 Set<Category> GetServiceCategoriesResponse.getReturn()
           
 

Method parameters in compbio.data.msa.jaxws with type arguments of type Category
 void GetServiceCategoriesResponse.setReturn(Set<Category> _return)
           
 

Uses of Category in compbio.ws.server
 

Methods in compbio.ws.server that return types with arguments of type Category
 Set<Category> RegistryWS.getServiceCategories()