Uses of Class
compbio.metadata.Preset

Packages that use Preset
compbio.data.msa Web Service interfaces for JAva Bioinformatics Analysis Web Services. 
compbio.data.msa.jaxws   
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.
 String SequenceAnnotation.presetAnalize(List<FastaSequence> sequences, Preset<T> preset)
          Analyse the sequences according to the preset settings.
 

Uses of Preset in compbio.data.msa.jaxws
 

Methods in compbio.data.msa.jaxws that return Preset
 Preset PresetAnalize.getPreset()
           
 Preset PresetAlign.getPreset()
           
 

Methods in compbio.data.msa.jaxws with parameters of type Preset
 void PresetAnalize.setPreset(Preset preset)
           
 void PresetAlign.setPreset(Preset 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)