| Provider: | RXMCDA |
|---|---|
| Version: | 1.0 |
-Contact: Patrick Meyer (patrick.meyer@telecom-bretagne.eu)
Converts ranks of alternatives into alternatives comparisons.
Indicates the separation threshold between two consecutive alternatives.
-Status: define parameter value via XMCDA file or input by hand, by default via XMCDA file.
-Name: separationThreshold
-Constraint description: The value should be a positive float.
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 alternatives ranks (numerical values). The best alternative has the lowest rank. .
-Tag: alternativesValues
-Code:
<alternativesValues mcdaConcept="alternativesRanks"> <alternativeValue> [...] </alternativeValue> [...] </alternativesValues>
A list of messages generated by the algorithm.
-Tag: methodMessages
A valued relation relative to the preorder of the alternatives. A numeric <value> indicates a minimal preference threshold for each <pair> of the relation. One <pair> represents a constraint of the type “alternative a is preferred to alternative b with preference threshold delta”.
-Tag: alternativesComparisons
For further technical details on the web service underlying this program, have a look at its documentation here.