| Provider: | PyXMCDA |
|---|---|
| Version: | 1.0 |
-Contact: Thomas Veneziano (thomas.veneziano@uni.lu)
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.
Indicates the desired number of alternatives. It must be a strict positive integer.
-Status: define parameter value via XMCDA file or input by hand, by default via input by hand.
-Name: nbAlternatives
-Constraint description: The value should be a positive integer.
-Default value: 2
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.
-Tag: methodParameters
-Code:
<methodParameters> <parameter name="alternativesPrefix"><!-- REQUIRED --> <value> <label>%1</label> </value> </parameter> </methodParameters>
-Status: define parameter value via XMCDA file or input by hand, by default via input by hand.
-Name: alternativesPrefix
-Default value: a
-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.
-Tag: methodMessages
A list of alternatives with active tags.
-Tag: alternatives
For further technical details on the web service underlying this program, have a look at its documentation here.