| Provider: | PyXMCDA |
|---|---|
| Version: | 1.0 |
This web service allows to create a simple list of alternative by simply providing the desired number of alternatives, or a list of alternatives names.
(For outputs, see below)
Indicates the desired number of alternatives. It must be a strict positive integer.
Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.
Name: nbAlternatives
Indicates the desired number of alternatives.
Indicates the desired prefix for the name of the alternatives. If not provided, alternatives will be called a1, a2, ... If provided, alternatives will be called prefix1, prefix2, ... Note that it will only be used if you provide a number of alternatives.
Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.
Name: alternativesPrefix
Indicates the desired prefix for the alternatives.
Tag: methodParameters
Code:
<methodParameters>
<parameter
name="alternativesPrefix"><!-- REQUIRED -->
<value>
<label>%1</label>
</value>
</parameter>
</methodParameters>
Optional: yes, enabled by default
Indicates a list of alternatives names. When supplied, the service ignores parameters nbAlternatives and alternativesPrefix
Tag: methodParameters
Code:
<methodParameters>
<parameters
name="alternativesNames"><!-- REQUIRED -->
<parameter><value>
<label>[..]</label>
</value></parameter>
[..]
</parameter>
</methodParameters>
A list of messages generated by the algorithm.
A list of alternatives with active tags.
For further technical details on the web service underlying this program, have a look at its documentation here.