|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parameter | |
|---|---|
| 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. |
| compbio.runner | Utilities commonly used by all runners. |
| Uses of Parameter in compbio.metadata |
|---|
| Methods in compbio.metadata that return types with arguments of type Parameter | |
|---|---|
java.util.List<Parameter<T>> |
RunnerConfig.getParameters()
Returns the list of parameters supported executable of type T. |
| Methods in compbio.metadata with parameters of type Parameter | |
|---|---|
void |
RunnerConfig.addParameter(Parameter<T> param)
Adds parameter to the internal parameter list |
| Method parameters in compbio.metadata with type arguments of type Parameter | |
|---|---|
void |
RunnerConfig.setParameters(java.util.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 | |
|---|---|
java.util.Map<Parameter<?>,java.lang.String> |
OptionCombinator.getAllConstrainedParametersWithBorderValues(boolean minValue)
|
java.util.Map<Parameter<?>,java.lang.String> |
OptionCombinator.getAllConstrainedParametersWithRandomValues()
|
java.util.List<Parameter<?>> |
OptionCombinator.getAllParameters()
|
| Method parameters in compbio.runner with type arguments of type Parameter | |
|---|---|
java.util.List<java.lang.String> |
OptionCombinator.parametersToCommandString(java.util.List<Parameter<?>> orderedList,
java.util.Map<Parameter<?>,java.lang.String> prmValue)
|
java.util.List<java.lang.String> |
OptionCombinator.parametersToCommandString(java.util.List<Parameter<?>> orderedList,
java.util.Map<Parameter<?>,java.lang.String> prmValue)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||