smaa2

Version:0.2
Provider:jsmaa
SOAP service’s name:
 smaa2-jsmaa (see SOAP requests for details)

Description

JSMAA adapter for DD. Currently implements only SMAA-2 without preference information and only cardinal interval measurements of reals.

Contact: Tommi Tervonen (t.p.tervonen@rug.nl)

Web page: http://www.smaa.fi

Inputs

(For outputs, see below)

criteria

A list of criteria.

The input value should be a valid XMCDA document whose main tag is <criteria>. It must have the following form:

<criteria>
    <criterion>
        [...]
    </criterion>
    [...]
</criteria>

alternatives

A list of alternatives.

The input value should be a valid XMCDA document whose main tag is <alternatives>. It must have the following form:

<alternatives>
    <alternative>
        [...]
    </alternative>
    [...]
</alternatives>

performanceTable

A performance table. The evaluations should be numeric values, i.e. <real>, <integer> or <rational>.

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


Outputs

confidenceFactors

Confidence factors of SMAA-2 computation.

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


rankAcceptabilities

Rank acceptabilities of SMAA-2 computation.

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


centralWeights

Central weights of SMAA-2 computation.

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


messages

Output of messages. Currently always outputs execution succesful :)

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


Original xml description