ElectreIIPreorder

Version:0.2.0
Provider:PUT
SOAP service’s name:
 ElectreIIPreorder-PUT (see SOAP requests for details)

Description

This module constructs a complete pre-order using Electre II procedure based on the provided outranking matrix and (optionally) ranking (pre-order).

Web page: https://github.com/MTomczyk/ElectreDiviz

Inputs

(For outputs, see below)

alternatives

Alternatives to consider

The input value should be a valid XMCDA document whose main tag is <alternatives>.


outranking

Outranking: binary relation

The input value should be a valid XMCDA document whose main tag is <alternativesComparisons>.


preorder (optional)

A complete pre-order (ranking, this data is optional). When it is provided this algorithm constructs new pre-orders over all eq-aequo classes of provided pre-order, basing on given outranking matrix.

The input value should be a valid XMCDA document whose main tag is <alternativesValues>.


method_parameters

A set of parameters provided to tune up the module’s operation

The input value should be a valid XMCDA document whose main tag is <methodParameters>. It must have the following form:

<methodParameters>
    <parameter name="direction">
    <value>
        <label>%1</label>
    </value>
</parameter>
</methodParameters>

where:

  • %1 is a parameter named “direction”. It can have the following values:

    • downwards: Downwards construction of pre-order: it takes all non-preferred alternatives first
    • upwards: Upwards construction of pre-order: it takes all alternatives which do not prefere any other first

    The default value is item0.


Outputs

ranking

Result of ElectreII pre-order construction procedure.

The returned value is a XMCDA document whose main tag is <alternativesValues>.


messages

Messages or errors generated by this module.

The returned value is a XMCDA document whose main tag is <methodMessages>.


Original xml description