Version: | 1.0 |
---|---|
Provider: | UTAR |
SOAP service’s name: | |
XYPlotAlternativesValues-UTAR (see SOAP requests for details) |
Give a graphical XY representation of two alternativesValues (ex: ranking), providing an efficient way to compare them
Contact: Boris Leistedt (boris.leistedt@gmail.com)
(For outputs, see below)
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>
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>
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>
The png image of the plot generated by the R statistical software.
The returned value is a XMCDA document whose main tag is <other>
.
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>