plotCriteriaValuesPreorder

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

Description

Generates a graph representing a preorder on the criteria, according to numerical values taken by the criteria.

Please note: this program is deprecated and it is replaced by plotCriteriaValuesPreorder in package ITTB.

Contact: Patrick Meyer (patrick.meyer@telecom-bretagne.eu)

Inputs

(For outputs, see below)

criteria

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>
        <active>[...]</active>
        [...]
    </criterion>
    [...]
</criteria>

criteriaRanks

A list of <criterionValue> representing a value taken by each criterion.

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


Outputs

criteriaValuesPlot

A string containing the base64 representation of the png image of the graph generated by the R statistical software.

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


messages

A list of messages generated by the algorithm.

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


Original xml description