ElectreNFSOutranking

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

Description

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

Web page: https://github.com/MTomczyk/ElectreDiviz

Inputs

(For outputs, see below)

alternatives

Alternatives to consider

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


outranking

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

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


nonoutranking (optional)

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

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


method_parameters

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

The input value should be a valid XMCDA document whose main tag is <methodParameters>. It must have the following form:

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

where:

  • %1 is a parameter named “crisp_outranking”. This is a boolean. The default value is true.

Outputs

nfs

NFS result for each alternative

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


strength

Strength result for each alternative

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


weakness

Weakness result for each alternative

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


messages

Messages or errors generated by this module

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


Original xml description