Decision Deck project

diviz software

Using diviz: Developer's corner:

XMCDA standard

XMCDA web services

Frozen initiatives



weightedSum

Provider:PyXMCDA
Version:1.0

Description

-Contact: Thomas Veneziano (thomas.veneziano@uni.lu)

This web service allows to compute the weighted sum of alternatives’s evaluations through criteria weights.

Inputs

criteria

Description:

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.

alternatives

Description:

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.

XMCDA related:

-Tag: alternatives

-Code:

<alternatives>
    <alternative>
        <active>[...]</active>
        [...]
    </alternative>
    [...]
</alternatives>

performanceTable

Description:

A performance table. The evaluations should be numeric values, i.e. <real>, <integer> or <rational>.

XMCDA related:

-Tag: performanceTable

criteriaWeights

Description:

The weights of the criteria.

XMCDA related:

-Tag: criteriaValues

Outputs

messages

Description:

A list of messages generated by the algorithm.

XMCDA related:

-Tag: methodMessages

alternativesValues

Description:

The evaluation of the alternatives

XMCDA related:

-Tag: alternativesValues

For further technical details on the web service underlying this program, have a look at its documentation here.