plotValueFunctions

Provider:UTAR
Version:1.0

Description

Plot utility functions

Inputs

(For outputs, see below)

criteria

Description:

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.

valueFunctions

Description:

Values of utilities of chosen criteria abscissa - Utility functions

XMCDA related:

  • Tag: criteria

  • Code:

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

Outputs

valueFunctionsPlot

Description:

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

XMCDA related:

  • Tag: criterionValue

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.