compbio.data.msa
Interface Metadata<T>

All Known Subinterfaces:
MsaWS<T>, SequenceAnnotation<T>

public interface Metadata<T>


Method Summary
 Limit<T> getLimit(String presetName)
          Get a Limit for a preset.
 LimitsManager<T> getLimits()
          List Limits supported by a web service.
 PresetManager<T> getPresets()
          Get presets supported by a web service
 RunnerConfig<T> getRunnerOptions()
          Get options supported by a web service
 

Method Detail

getRunnerOptions

RunnerConfig<T> getRunnerOptions()
Get options supported by a web service

Returns:
RunnerConfig the list of options and parameters supported by a web service.

getPresets

PresetManager<T> getPresets()
Get presets supported by a web service

Returns:
PresetManager the object contains information about presets supported by a web service

getLimit

Limit<T> getLimit(String presetName)
Get a Limit for a preset.

Parameters:
presetName - the name of the preset. if no name is provided, then the default preset is returned. If no limit for a particular preset is defined then the default preset is returned
Returns:
Limit

getLimits

LimitsManager<T> getLimits()
List Limits supported by a web service.

Returns:
LimitManager