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