Version: | 1.0 |
---|---|
Provider: | UTAR |
SOAP service’s name: | |
plotValueFunctions-UTAR (see SOAP requests for details) |
(For outputs, see below)
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>
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>
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>
.
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>