Decision Deck project

diviz software

Using diviz: Developer's corner:

XMCDA standard

XMCDA web services

Frozen initiatives



plotValueFunctions

Provider:UTAR
Version:1.0

Description

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

Plot utility functions

Inputs

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

messages

Description:

logMessage

XMCDA related:

-Tag: methodMessages

-Code:

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

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

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