Decision Deck project

diviz software

Using diviz: Developer's corner:

XMCDA standard

XMCDA web services

Frozen initiatives



XYPlotAlternativesValues

Provider:UTAR
Version:1.0

Description

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

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

Inputs

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

messages

Description:

logMessage

XMCDA related:

-Tag: methodMessages

-Code:

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

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

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