TOPSIS_extremeAlternatives

Version:1.0.0
Provider:PUT
SOAP service’s name:
 TOPSIS_extremeAlternatives-PUT (see SOAP requests for details)

Description

Computes positive and negative ideal alternatives from given alternatives.

Contact: Witold Kupś <witkups@gmail.com>

Web page: https://github.com/Azbesciak/DecisionDeck

Inputs

(For outputs, see below)

criteria

Criteria of comparision. Criteria scales are also required as min/max.

The input value should be a valid XMCDA document whose main tag is <criteria>.


alternatives

Definitions of alternatives.

The input value should be a valid XMCDA document whose main tag is <alternatives>.


performance

Performance of each alternative on each criterion

The input value should be a valid XMCDA document whose main tag is <performanceTable>.


Outputs

ideal_positive

Performance of positive ideal alternative

The returned value is a XMCDA document whose main tag is <performanceTable>.


ideal_negative

Performance of negative ideal alternative

The returned value is a XMCDA document whose main tag is <performanceTable>.


messages

Messages or errors generated by this module.

The returned value is a XMCDA document whose main tag is <methodMessages>.


Original xml description