PROMETHEE-III_flows

Provider:PUT
Version:1.0.0

Description

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.

Inputs

(For outputs, see below)

alternatives

Description:

Alternatives to consider.

preferences

Description:

Aggregated preferences.

XMCDA related:

  • Tag: alternativesMatrix

method parameters

Description:

Parameter alpha required in Promethee III flows calculation.

GUI information:

  • Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.

  • Name: alpha

    An alpha parameter.

    • Type: float
    • Default value: 0.0

XMCDA related:

  • Tag: programParameters

  • Code:

    <programParameters>
            <parameter id="alpha">
                    <values>
                            <value>
                                    <real>%1</real>
                            </value>
                    </values>
            </parameter>
    </programParameters>
    

Outputs

intervals

Description:

Flows final intervals.

XMCDA related:

  • Tag: alternativesValues

ranking

Description:

Result computed from the given data.

XMCDA related:

  • Tag: alternativesMatrix

messages

Description:

Messages or errors generated by this module.

XMCDA related:

  • Tag: programExecutionResult

For further technical details on the web service underlying this program, have a look at its documentation here.