X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2Fclass-use%2FOption.html;fp=website%2Fdm_javadoc%2Fcompbio%2Fmetadata%2Fclass-use%2FOption.html;h=3abb8b9c8e6495425b90cff379b7f356453cca00;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/dm_javadoc/compbio/metadata/class-use/Option.html b/website/dm_javadoc/compbio/metadata/class-use/Option.html new file mode 100644 index 0000000..3abb8b9 --- /dev/null +++ b/website/dm_javadoc/compbio/metadata/class-use/Option.html @@ -0,0 +1,385 @@ + + + + + + +Uses of Class compbio.metadata.Option + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
compbio.metadata.Option

+
+ + + + + + + + + + + + + + + + + +
+Packages that use Option
compbio.data.msaWeb Service interfaces for JAva Bioinformatics Analysis Web Services. 
compbio.data.msa.jaxws  
compbio.metadataA meta-data model for multiple sequence alignment web services + Classes in this package have no dependencies to other sources in the project. 
+  +

+ + + + + +
+Uses of Option in compbio.data.msa
+  +

+ + + + + + + + + + + + + +
Method parameters in compbio.data.msa with type arguments of type Option
+ java.lang.StringMsaWS.customAlign(java.util.List<FastaSequence> sequences, + java.util.List<Option<T>> options) + +
+          Align a list of sequences with options.
+ java.lang.StringSequenceAnnotation.customAnalize(java.util.List<FastaSequence> sequences, + java.util.List<Option<T>> options) + +
+          Analyse the sequences according to custom settings defined in options + list.
+  +

+ + + + + +
+Uses of Option in compbio.data.msa.jaxws
+  +

+ + + + + + + + + + + + + +
Methods in compbio.data.msa.jaxws that return types with arguments of type Option
+ java.util.List<Option>CustomAnalize.getOptions() + +
+           
+ java.util.List<Option>CustomAlign.getOptions() + +
+           
+  +

+ + + + + + + + + + + + + +
Method parameters in compbio.data.msa.jaxws with type arguments of type Option
+ voidCustomAnalize.setOptions(java.util.List<Option> options) + +
+           
+ voidCustomAlign.setOptions(java.util.List<Option> options) + +
+           
+  +

+ + + + + +
+Uses of Option in compbio.metadata
+  +

+ + + + + + + + + +
Subclasses of Option in compbio.metadata
+ classParameter<T> + +
+          A single value containing an option supported by the web service e.g.
+  +

+ + + + + + + + + + + + + +
Methods in compbio.metadata that return Option
+ Option<T>RunnerConfig.getArgument(java.lang.String name) + +
+          Returns the argument by its name if found, NULL otherwise.
+ Option<T>RunnerConfig.getArgumentByOptionName(java.lang.String optionName) + +
+          Returns the argument by option name, NULL if the argument is not found
+  +

+ + + + + + + + + + + + + + + + + +
Methods in compbio.metadata that return types with arguments of type Option
+ java.util.List<Option<T>>RunnerConfig.getArguments() + +
+          Returns list of Parameter and Option supported by current + runner
+ java.util.List<Option<T>>Preset.getArguments(RunnerConfig<T> rconfig) + +
+          Converts list of options as String to type Option
+ java.util.List<Option<T>>RunnerConfig.getOptions() + +
+          Returns the list of the Options supported by the executable of type T
+  +

+ + + + + + + + + +
Methods in compbio.metadata with parameters of type Option
+ voidRunnerConfig.addOption(Option<T> option) + +
+          Adds Option to the internal list of options
+  +

+ + + + + + + + + +
Method parameters in compbio.metadata with type arguments of type Option
+ voidRunnerConfig.setOptions(java.util.List<Option<T>> parameters) + +
+          Adds the list of options or parameters to the internal list of options
+  +

+ + + + + + + + +
Constructors in compbio.metadata with parameters of type Option
WrongParameterException(Option<?> option) + +
+           
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + +