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 <alternativesMatrix>
.
Parameter alpha required in Promethee III flows calculation.
The input value should be a valid XMCDA document whose main tag is <programParameters>
.
It must have the following form:
<programParameters>
<parameter id="alpha">
<values>
<value>
<real>%1</real>
</value>
</values>
</parameter>
</programParameters>
where:
Flows final intervals.
The returned value is a XMCDA document whose main tag is <alternativesValues>
.
Result computed from the given data.
The returned value is a XMCDA document whose main tag is <alternativesMatrix>
.
Messages or errors generated by this module.
The returned value is a XMCDA document whose main tag is <programExecutionResult>
.