Decision Deck project

diviz software

Using diviz: Developer's corner:

XMCDA standard

XMCDA web services

Frozen initiatives



alternativesRankingViaQualificationDistillation

Provider:RXMCDA
Version:1.0

Description

-Contact: Patrick Meyer (patrick.meyer@telecom-bretagne.eu)

Computes rankings on the alternatives by distillation of alternatives’ qualification. Requires a 0-1 valued outranking relation as input. The partial ranking (intersectionDistillation) is obtained by taking the intersection of upwards and downwards distillation preorders (which are also provided). Similar to an Electre III distillation.

Inputs

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.

binaryOutrankingRelation

Description:

A 0-1 valued outranking relation. The numeric <value> indicates a the valuation for each <pair> of the relation.

XMCDA related:

-Tag: alternativesComparisons

Outputs

messages

Description:

A list of messages generated by the algorithm.

XMCDA related:

-Tag: methodMessages

intersectionDistillation

Description:

An <alternativesComparisons> containing the partial preorder obtained by taking the intersection of the downwards and upwards distillation preorders.

XMCDA related:

-Tag: alternativesComparisons

-Code:

<alternativesComparisons mcdaConcept="Intersection distillation">
    <pairs>
        <pair>
            <initial>
                <alternativeID>[...]</alternativeID>
            </initial>
            <terminal>
                <alternativeID>[...]</alternativeID>
            </terminal>
        </pair>
        [...]
    </pairs>
</alternativesComparisons>

downwardsDistillation

Description:

Alternatives’ ranks in the downwards distillation preorder.

XMCDA related:

-Tag: alternativesValues

-Code:

                    <alternativesValues mcdaConcept="Downwards distillation">
                    <alternativeValue>
            <alternativeID>[...]</alternativeID>
            <value>
                    <real>[...]</real>
            </value>
    </alternativeValue>
</alternativesValues>

upwardsDistillation

Description:

Alternatives’ ranks in the upwards distillation preorder.

XMCDA related:

-Tag: alternativesValues

-Code:

                    <alternativesValues mcdaConcept="Upwards distillation">
                    <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.