XYPlotAlternativesValues

Provider:UTAR
Version:1.0

Description

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

Inputs

(For outputs, see below)

alternatives

Description:

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.

alternativesValues1

Description:

Values of the first set of alternatives.

XMCDA related:

  • Tag: alternativesValues

  • Code:

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

alternativesValues2

Description:

Values of the first set of alternatives.

XMCDA related:

  • Tag: alternativesValues

  • Code:

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

Outputs

alternativesValuesPlot

Description:

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

XMCDA related:

  • Tag: alternativeValue

messages

Description:

logMessage

XMCDA related:

  • Tag: methodMessages

  • Code:

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

For further technical details on the web service underlying this program, have a look at its documentation here.