Uses of Class
compbio.metadata.PresetManager

Packages that use PresetManager
compbio.data.msa Web Service interfaces for JAva Bioinformatics Analysis Web Services. 
compbio.data.msa.jaxws   
compbio.engine.client   
compbio.metadata A meta-data model for multiple sequence alignment web services Classes in this package have no dependencies to other sources in the project. 
compbio.runner Utilities commonly used by all runners. 
compbio.ws.server   
 

Uses of PresetManager in compbio.data.msa
 

Methods in compbio.data.msa that return PresetManager
 PresetManager<T> Metadata.getPresets()
          Get presets supported by a web service
 

Uses of PresetManager in compbio.data.msa.jaxws
 

Methods in compbio.data.msa.jaxws that return PresetManager
 PresetManager GetPresetsResponse.getReturn()
           
 

Methods in compbio.data.msa.jaxws with parameters of type PresetManager
 void GetPresetsResponse.setReturn(PresetManager _return)
           
 

Uses of PresetManager in compbio.engine.client
 

Methods in compbio.engine.client that return PresetManager
static
<V> PresetManager<V>
ConfExecutable.getRunnerPresets(Class<? extends Executable<V>> clazz)
           
 

Uses of PresetManager in compbio.metadata
 

Methods in compbio.metadata with parameters of type PresetManager
 void LimitsManager.validate(PresetManager<T> presets)
          Validate Limits
 

Uses of PresetManager in compbio.runner
 

Methods in compbio.runner that return PresetManager
static
<T> PresetManager<T>
Util.getPresets(Class<? extends Executable<T>> clazz)
           
 

Uses of PresetManager in compbio.ws.server
 

Methods in compbio.ws.server that return PresetManager
 PresetManager<T> GenericMetadataService.getPresets()
           
 PresetManager<ClustalW> ClustalWS.getPresets()
           
 PresetManager<Muscle> MuscleWS.getPresets()
           
 PresetManager<Mafft> MafftWS.getPresets()
           
 PresetManager<Tcoffee> TcoffeeWS.getPresets()
           
 PresetManager<Probcons> ProbconsWS.getPresets()
           
 PresetManager<ClustalO> ClustalOWS.getPresets()