Uses of Class
compbio.metadata.Preset

Packages that use Preset
compbio.data.msa Web Service interfaces for JAva Bioinformatics Analysis Web Services. 
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. 
 

Uses of Preset in compbio.data.msa
 

Methods in compbio.data.msa with parameters of type Preset
 String MsaWS.presetAlign(List<FastaSequence> sequences, Preset<T> preset)
          Align a list of sequences with preset.
 

Uses of Preset in compbio.metadata
 

Methods in compbio.metadata that return Preset
 Preset<T> PresetManager.getPresetByName(String presetName)
           
 

Methods in compbio.metadata that return types with arguments of type Preset
 List<Preset<T>> PresetManager.getPresets()
           
 

Method parameters in compbio.metadata with type arguments of type Preset
 void PresetManager.setPresets(List<Preset<T>> presets)