X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fdata%2Fmsa%2FMetadata.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fdata%2Fmsa%2FMetadata.html;h=0000000000000000000000000000000000000000;hb=0bbebf27d045b1345bc042bdf24ef2e6808df251;hp=d542da1ac7b3c1666d6455af7bbd281a55238f11;hpb=5be600c3985aa7bcb8d8b51d77d773c76e6802bb;p=jabaws.git diff --git a/website/full_javadoc/compbio/data/msa/Metadata.html b/website/full_javadoc/compbio/data/msa/Metadata.html deleted file mode 100644 index d542da1..0000000 --- a/website/full_javadoc/compbio/data/msa/Metadata.html +++ /dev/null @@ -1,285 +0,0 @@ - - - - - - -Metadata - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -compbio.data.msa -
-Interface Metadata<T>

-
-
All Known Subinterfaces:
MsaWS<T>, SequenceAnnotation<T>
-
-
-
All Known Implementing Classes:
AAConWS, ClustalOWS, ClustalWS, DisemblWS, GlobPlotWS, IUPredWS, JronnWS, MafftWS, MuscleWS, ProbconsWS, TcoffeeWS
-
-
-
-
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
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - -