ElectreNFSOutranking

Provider:PUT
Version:0.2.0

Description

This module computes Net Flow Score from given outranking (additionally with non_outranking). Rankings can be a binary relation or real-value comparisons

Inputs

(For outputs, see below)

alternatives

Description:

Alternatives to consider

outranking

Description:

Outranking: binary realtion (f.e. CRISP result) or real-value comparisons

XMCDA related:

  • Tag: alternativesComparisons

non_outranking

Optional: yes, enabled by default

Description:

Non-Outranking: binary realtion (f.e. CRISP result) or real-value comparisons

XMCDA related:

  • Tag: alternativesComparisons

method_parameters

Description:

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

GUI information:

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

  • Name: crisp_outranking

    True: inputs are CRISP outranking (binary relation); False: inputs are real-value comparisons

    • Default value: true

XMCDA related:

  • Tag: methodParameters

  • Code:

    <methodParameters>
        <parameter name="crisp_outranking">
        <value>
            <boolean>%1</boolean>
        </value>
    </parameter>
    </methodParameters>
    

Outputs

net_flow_score

Description:

NFS result for each alternative

XMCDA related:

  • Tag: alternativesValues

strength

Description:

Strength result for each alternative

XMCDA related:

  • Tag: alternativesValues

weakness

Description:

Weakness result for each alternative

XMCDA related:

  • Tag: alternativesValues

messages

Description:

Messages or errors generated by this module

XMCDA related:

  • Tag: methodMessages

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