| Provider: | RXMCDA |
|---|---|
| Version: | 1.0 |
-Contact: Patrick Meyer (patrick.meyer@telecom-bretagne.eu)
Computes the strength, weakness and qualification of the alternatives. Requires a 0-1 valued outranking relation as input.
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.
A 0-1 valued outranking relation. The numeric <value> indicates a the valuation for each <pair> of the relation.
-Tag: alternativesComparisons
A list of messages generated by the algorithm.
-Tag: methodMessages
Alternatives’ weakness (number of alternatives which “beat” a given alternative).
-Tag: alternativesValues
-Code:
<alternativesValues mcdaConcept="weakness"> <alternativeValue> <alternativeID>[...]</alternativeID> <value> <real>[...]</real> </value> </alternativeValue> </alternativesValues>
Alternatives’ strength (number of alternatives which are “beaten” by a given alternative).
-Tag: alternativesValues
-Code:
<alternativesValues mcdaConcept="strength"> <alternativeValue> <alternativeID>[...]</alternativeID> <value> <real>[...]</real> </value> </alternativeValue> </alternativesValues>
Alternatives’ qualification (difference between the strength and the weakness).
-Tag: alternativesValues
-Code:
<alternativesValues mcdaConcept="qualification"> <alternativeValue> <alternativeID>[...]</alternativeID> <value> <real>[...]</real> </value> </alternativeValue> </alternativesValues>
For further technical details on the web service underlying this program, have a look at its documentation here.