Decision Deck project

diviz software

Using diviz: Developer's corner:

XMCDA standard

XMCDA web services

Frozen initiatives



plotCriteriaComparisons

Provider:RXMCDA
Version:1.0

Description

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

Generates a graph representing a partial preorder on the criteria.

Inputs

cutLevel

Description:

A real value indicating above which level the valued relation (comparisons) should be considered as validated.

GUI information:

-Status: define parameter value via XMCDA file or input by hand, by default via input by hand.

-Name: cutLevel


criteria

Description:

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.

XMCDA related:

-Tag: criteria

-Code:

<criteria>
    <criterion>
        <active>[...]</active>
        [...]
    </criterion>
    [...]
</criteria>

criteriaComparisons

Description:

A valued relation relative to the partial preorder of the criteria. A numeric <value> indicates a the valuation for each <pair> of the relation.

XMCDA related:

-Tag: criteriaComparisons

Outputs

messages

Description:

A list of messages generated by the algorithm.

XMCDA related:

-Tag: methodMessages

criteriaComparisonsPlot

Description:

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

XMCDA related:

-Tag: criterionValue

For further technical details on the web service underlying this program, have a look at its documentation here.