Version: | 1.1 |
---|---|
Provider: | PyXMCDA |
SOAP service’s name: | |
convertPerformanceTableToNumerics-PyXMCDA (see SOAP requests for details) |
Numerize performance table using provided criteriaScales.
N.B: Nominal scales are not supported.
Contact: Nicolas Duminy (nicolas.duminy@telecom-bretagne.eu)
Web page: https://gitlab.com/nduminy/ws-pyxmcda
(For outputs, see below)
The performance table.
The input value should be a valid XMCDA document whose main tag is <performanceTable>
.
The criteria scales defined.
The input value should be a valid XMCDA document whose main tag is <criteriaScales>
.
Parameters of the method
The input value should be a valid XMCDA document whose main tag is <programParameters>
.
It must have the following form:
<programParameters>
<programParameter id="normalize" name="Normalize">
<values>
<value>
<boolean>%1</boolean>
</value>
</values>
</programParameter>
</programParameters>
where:
The numerized performance table.
The returned value is a XMCDA document whose main tag is <performanceTable>
.
Status messages.
The returned value is a XMCDA document whose main tag is <programExecutionResult>
.