| Version: | 1.0.0 |
|---|---|
| Provider: | PUT |
| SOAP service’s name: | |
NetFlow_scores-PUT (see SOAP requests for details) |
|
Module for calculation flows of Net Flow Score using chosen function and direction in parameters.
Contact: Magdalena Dziecielska <magdalenadziecielska6@gmail.com>
Web page: https://github.com/MagdalenaDziecielska/PrometheeDiviz
(For outputs, see below)
Alternatives to consider.
The input value should be a valid XMCDA document whose main tag is <alternatives>.
Aggregated preferences matrix.
The input value should be a valid XMCDA document whose main tag is <alternativesMatrix>.
First parameter specifies the current function from {max, min, sum}. Second parameter specifies direction of the calculation from {in favor, against, difference}.
The input value should be a valid XMCDA document whose main tag is <programParameters>.
It must have the following form:
<programParameters>
<parameter id="function">
<values>
<value>
<label>%1</label>
</value>
</values>
</parameter>
<parameter id="direction">
<values>
<value>
<label>%2</label>
</value>
</values>
</parameter>
</programParameters>
where:
%1 is a parameter named “function”. It can have the following values:
max: maximummin: minimumsum: sumThe default value is item0.
%2 is a parameter named “direction”. It can have the following values:
in favor: direction in favoragainst: direction againstdifference: differenceThe default value is item0.
Final flows computed from the given data.
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>.