Version: | 1.0.0 |
---|---|
Provider: | PUT |
SOAP service’s name: | |
PROMETHEE-III_flows-PUT (see SOAP requests for details) |
This module is calculating ranking using Promethee III method. The result is shown as the table of outranking relationship, where the relationship is a weak preference. The second output presents the limits of the interval for every alternative.
Contact: Magdalena Dzi?cielska <magdalenadziecielska6@gmail.com>
Web page: https://github.com/MagdalenaDziecielska/PrometheeDiviz
(For outputs, see below)
Alternatives to consider.
The input value should be a valid XMCDA document whose main tag is <alternatives>
.
Aggregated preferences.
The input value should be a valid XMCDA document whose main tag is <alternativesComparisons>
.
Parameter alpha required in Promethee III flows calculation.
The input value should be a valid XMCDA document whose main tag is <methodParameters>
.
It must have the following form:
<methodParameters>
<parameter id="alpha">
<value>
<real>%1</real>
</value>
</parameter>
</methodParameters>
where:
Result computed from the given data.
The returned value is a XMCDA document whose main tag is <alternativesComparisons>
.
Flows final intervals.
The returned value is a XMCDA document whose main tag is <alternativesValues>
.
Messages or errors generated by this module.
The returned value is a XMCDA document whose main tag is <methodMessages>
.