plotValueFunctions

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

Description

Plot utility functions

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

Inputs

(For outputs, see below)

criteria

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

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

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

valueFunctions

Values of utilities of chosen criteria abscissa - Utility functions

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

<criteria>
        <criterion>
                <criterionID>[...]</criterionID>
                <criterionFunction>
                        <points>
                                <point>
                                        <abscissa><real>[...]</real></abscissa>
                                        <ordinate><real>[...]</real></ordinate>
                                </point>
                        </points>
                </criterionFunction>
        </criterion>
</criteria>

Outputs

valueFunctionsPlot

A string containing the base64 representation of the png image of the multi-subplot generated by the R statistical software.

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


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