XYPlotAlternativesValues

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

Description

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

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

Inputs

(For outputs, see below)

alternatives

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.

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

<alternatives>
<alternative id=”…”>
<active>true</active> […]

</alternative>

</alternatives>


alternativesValues1

Values of the first set of alternatives.

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

<alternativesValues>
<alternativeValue>

<alternativeID[…]</alternativeID> <values>

<value>
<real>[…]…/real>

</value>

</values>

</alternativeValue>

</alternativesValues>


alternativesValues2

Values of the first set of alternatives.

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

<alternativesValues>
<alternativeValue>

<alternativeID[…]</alternativeID> <values>

<value>
<real>[…]…/real>

</value>

</values>

</alternativeValue>

</alternativesValues>


Outputs

alternativesValuesXYPlot.png

The png image of the plot generated by the R statistical software.

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


message

logMessage

The returned value is a XMCDA document whose main tag is <programExecutionResult>. It has the following form:

<programExecutionResult>

<status>ok</status> <messages>

<message> […] </message>

</messages>

</programExecutionResult>


Original xml description