Version: | 0.2.0 |
---|---|
Provider: | PUT |
SOAP service’s name: | |
ElectreNFSOutranking-PUT (see SOAP requests for details) |
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
(For outputs, see below)
Alternatives to consider
The input value should be a valid XMCDA document whose main tag is <alternatives>
.
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>
.
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>
.
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:
NFS result for each alternative
The returned value is a XMCDA document whose main tag is <alternativesValues>
.
Strength result for each alternative
The returned value is a XMCDA document whose main tag is <alternativesValues>
.
Weakness result for each alternative
The returned value is a XMCDA document whose main tag is <alternativesValues>
.
Messages or errors generated by this module
The returned value is a XMCDA document whose main tag is <methodMessages>
.