XYPlotAlternativesValues

Version:1.0
Provider:UTAR
SOAP service’s name:
 XYPlotAlternativesValues-UTAR (see SOAP requests for details)

Description

Give a graphical XY reprentation of two alternativesValues (ex: ranking), providing an efficient way to compare them

Contact: Boris Leistedt (boris.leistedt@gmail.com)

Inputs

(For outputs, see below)

alternatives

A list of alternatives. Alternatives can be activated or desactivated via the <active> tag (true or false). By default (no <active> tag), alternatives are considered as active.

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

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

alternativesValues1

Values of the first set of alternatives.

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

<alternativesValues>
        <alternativeValue>
                <alternativeID>[...]</alternativeID>
                <value>
                        <real>[...]</real>
                </value>
        </alternativeValue>
</alternativesValues>

alternativesValues2

Values of the first set of alternatives.

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

<alternativesValues>
        <alternativeValue>
                <alternativeID>[...]</alternativeID>
                <value>
                        <real>[...]</real>
                </value>
        </alternativeValue>
</alternativesValues>

Outputs

alternativesValuesPlotComparison

A string containing the base64 representation of the png image of the plot generated by the R statistical software.

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


message

logMessage

The returned value is a XMCDA document whose main tag is <methodMessages>. It has the following form:

<methodMessages mcdaConcept="methodMessage">
        <logMessage>
                <text>[...]</text>
        </logMessage>
        <errorMessage>
                <text>[...]</text>
        </errorMessage>
</methodMessages>

Original xml description