| Provider: | RXMCDA |
|---|---|
| Version: | 1.1 |
-Contact: Patrick Meyer (patrick.meyer@telecom-bretagne.eu)
Calculates the rank of alternatives via their overall values. A parameter named maxMin allows to determine if the best value is the highest or the lowest one (by default, the lowest value is ranked first).
The parameter which says if the highest or lowest value is to be ranked first.
-Status: define parameter value via XMCDA file or input by hand, by default via input by hand.
-Name: maxMin
- -Possible values:
- min : The lowest value is ranked first (min)
- max : The highest value is ranked first (max)
-Default value: min
A list of alternatives. Alternatives can be activated or desactivated via the <active> tag (true or false). By default (no <active> tag), alternatives are considered as active.
-Tag: alternatives
-Code:
<alternatives> <alternative> <active>[...]</active> [...] </alternative> [...] </alternatives>
A list of <alternativeValue> in an <alternativesValues> containing the overall value of each alternative. The <value> should be a numeric value.
-Tag: alternativesValues
A list of messages generated by the algorithm.
-Tag: methodMessages
A list of <alternativeValue> in an <alternativesValues> containing the rank of each alternative.
-Tag: alternativesValues
-Code:
<alternativesValues mcdaConcept="alternativesRanks"> <alternativeValue> [...] </alternativeValue> [...] </alternativesValues>
For further technical details on the web service underlying this program, have a look at its documentation here.