applyCriteriaFunctionsToPerformanceTable

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

Description

Apply criteria functions to input performance table.

Contact: Nicolas Duminy (nicolas.duminy@telecom-bretagne.eu)

Web page: https://gitlab.com/nduminy/ws-pyxmcda

Inputs

(For outputs, see below)

alternatives (optional)

The alternatives. Only used to exclude inactive alternatives from computations (all are considered if not provided).

The input value should be a valid XMCDA document whose main tag is <alternatives>.


criteria (optional)

The criteria. Only used to exclude inactive criteria from computations (all are considered if not provided).

The input value should be a valid XMCDA document whose main tag is <criteria>.


performanceTable

The performance table.

The input value should be a valid XMCDA document whose main tag is <performanceTable>.


criteriaFunctions

Criteria functions to apply.

The input value should be a valid XMCDA document whose main tag is <criteriaFunctions>.


Outputs

performanceTable

The output performance table.

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


messages

Status messages.

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


Original xml description