| Provider: | PyXMCDA |
|---|---|
| Version: | 1.0 |
-Contact: Thomas Veneziano (thomas.veneziano@uni.lu)
This web service allows to compute the weighted sum of alternatives’s evaluations through criteria weights.
A list of criteria. Criteria can be activated or desactivated via the <active> tag (true or false). By default (no <active> tag), criteria are considered as active.
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 performance table. The evaluations should be numeric values, i.e. <real>, <integer> or <rational>.
-Tag: performanceTable
The weights of the criteria.
-Tag: criteriaValues
A list of messages generated by the algorithm.
-Tag: methodMessages
The evaluation of the alternatives
-Tag: alternativesValues
For further technical details on the web service underlying this program, have a look at its documentation here.