Version: | 1.0.0 |
---|---|
Provider: | PUT |
SOAP service’s name: | |
BWM-weights-PUT (see SOAP requests for details) |
Computes criteria weights using BWM method.
Contact: Krzysztof Martyn <krzysztof.martyn@wp.pl>
(For outputs, see below)
Criteria for comparison
The input value should be a valid XMCDA document whose main tag is <criteria>
.
Preference of the best criterion over all the other criteria.
The input value should be a valid XMCDA document whose main tag is <criteriaComparisons>
.
Preference of all the criteria over the worst criterion.
The input value should be a valid XMCDA document whose main tag is <criteriaComparisons>
.
Parameter input type specifies whether the given preferences are integer or real.
The input value should be a valid XMCDA document whose main tag is <methodParameters>
.
It must have the following form:
<methodParameters>
<parameter id="input_type" name="input_type">
<value>
<label>%1</label>
</value>
</parameter>
</methodParameters>
where:
%1 is a parameter named “input type”. It can have the following values:
integer
: Integerreal
: RealThe default value is item0.
Weights for criteria
The returned value is a XMCDA document whose main tag is <criteriaValues>
.
Messages or errors generated by this module. It also contains the minimum value of ksi found by the solver, and the value of Consistency Ratio of result.
The returned value is a XMCDA document whose main tag is <methodMessages>
.