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 <alternativesMatrix>.


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 <alternativesMatrix>.


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 <programParameters>. It must have the following form:

<programParameters>
<parameter name=”crisp_outranking”>
<values>
<value>
<boolean>%1</boolean>

</value>

</values>

</parameter>

</programParameters>

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 <programExecutionResult>.


Original xml description