X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=website%2Ffull_javadoc%2Fcompbio%2Fmetadata%2Fclass-use%2FParameter.html;fp=website%2Ffull_javadoc%2Fcompbio%2Fmetadata%2Fclass-use%2FParameter.html;h=8f97a235b7a7fb7bfe9af0ea0c1cb5f1b12ab468;hb=da8c820a7fb2edecb190589f3dc9c362e57a2f24;hp=0000000000000000000000000000000000000000;hpb=0bbebf27d045b1345bc042bdf24ef2e6808df251;p=jabaws.git diff --git a/website/full_javadoc/compbio/metadata/class-use/Parameter.html b/website/full_javadoc/compbio/metadata/class-use/Parameter.html new file mode 100644 index 0000000..8f97a23 --- /dev/null +++ b/website/full_javadoc/compbio/metadata/class-use/Parameter.html @@ -0,0 +1,284 @@ + + + + + + +Uses of Class compbio.metadata.Parameter + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
compbio.metadata.Parameter

+
+ + + + + + + + + + + + + +
+Packages that use Parameter
compbio.metadataA meta-data model for multiple sequence alignment web services + Classes in this package have no dependencies to other sources in the project. 
compbio.runnerUtilities commonly used by all runners. 
+  +

+ + + + + +
+Uses of Parameter in compbio.metadata
+  +

+ + + + + + + + + +
Methods in compbio.metadata that return types with arguments of type Parameter
+ List<Parameter<T>>RunnerConfig.getParameters() + +
+          Returns the list of parameters supported executable of type T.
+  +

+ + + + + + + + + +
Methods in compbio.metadata with parameters of type Parameter
+ voidRunnerConfig.addParameter(Parameter<T> param) + +
+          Adds parameter to the internal parameter list
+  +

+ + + + + + + + + +
Method parameters in compbio.metadata with type arguments of type Parameter
+ voidRunnerConfig.setParameters(List<Parameter<T>> parameters) + +
+          Sets the list of parameters as internal list
+  +

+ + + + + +
+Uses of Parameter in compbio.runner
+  +

+ + + + + + + + + + + + + + + + + +
Methods in compbio.runner that return types with arguments of type Parameter
+ Map<Parameter<?>,String>OptionCombinator.getAllConstrainedParametersWithBorderValues(boolean minValue) + +
+           
+ Map<Parameter<?>,String>OptionCombinator.getAllConstrainedParametersWithRandomValues() + +
+           
+ List<Parameter<?>>OptionCombinator.getAllParameters() + +
+           
+  +

+ + + + + + + + + + + + + +
Method parameters in compbio.runner with type arguments of type Parameter
+ List<String>OptionCombinator.parametersToCommandString(List<Parameter<?>> orderedList, + Map<Parameter<?>,String> prmValue) + +
+           
+ List<String>OptionCombinator.parametersToCommandString(List<Parameter<?>> orderedList, + Map<Parameter<?>,String> prmValue) + +
+           
+  +

+


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