Decision Deck project

diviz software

Using diviz: Developer's corner:

XMCDA standard

XMCDA web services

Frozen initiatives



randomNormalizedPerformanceTable

Provider:RXMCDA
Version:1.0

Description

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

Generates a performance table with numeric values in the real unit interval, from a uniform distribution.

Inputs

seed

Description:

The seed for the random numbers generator (integer).

GUI information:

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

-Name: seed

-Constraint description: An integer value.

-Default value: 1


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>

alternatives

Description:

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.

XMCDA related:

-Tag: alternatives

-Code:

<alternatives>
    <alternative>
        <active>[...]</active>
        [...]
    </alternative>
    [...]
</alternatives>

Outputs

messages

Description:

A list of messages generated by the algorithm.

XMCDA related:

-Tag: methodMessages

performanceTable

Description:

A performance table. The evaluations are random numeric values in the real unit interval.

XMCDA related:

-Tag: performanceTable

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