ElectreTriClassAssignments

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

Description

ElectreTriClassAssignments - computes assignments according to the Electre TRI method. It generates separate outputs for the conjuctive (‘pessimistic’) and disjunctive (‘optimistic’) assignments.

Web page: http://github.com/xor-xor/electre_diviz

Inputs

(For outputs, see below)

alternatives

Alternatives to consider.

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


classes

Definitions of the classes (categories) to be considered for the assignments. Each class must have its rank provided as an integer, where the lowest number defines the most preferred class.

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


outranking

Outranking relations for pairs of alternatives and boundary profiles, which should be used in exploitation procedure. This input should be provided in a ‘crisp’ form, i.e. it should contain only pairs where outranking occurs, but without assigning any explicit value (e.g. ‘1.0’) to them. For example:

<alternativesComparisons>
<pairs>
<pair>
<initial>
<alternativeID>a01</alternativeID>

</initial> <terminal>

<alternativeID>a05</alternativeID>

</terminal>

</pair> <pair>

<initial>
<alternativeID>a01</alternativeID>

</initial> <terminal>

<alternativeID>a06</alternativeID>

</terminal>

</pair>

</pairs>

</alternativesComparisons>

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


classes_profiles

Definitions of the boundary actions (profiles).

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


Outputs

assignments_conjuctive

Resulting class assignments in the conjuctive (‘pessimistic’) order.

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


assignments_disjunctive

Resulting class assignments in the disjunctive (‘optimistic’) order.

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


messages

Messages or errors generated by this module.

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


Original xml description