Decision Deck project

diviz software

Using diviz: Developer's corner:

XMCDA standard

XMCDA web services

Frozen initiatives



choquetIntegral

Provider:kappalab
Version:1.0

Description

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

Computes the Choquet integral from a normalised Mobius transform of a capacity.

Inputs

kAdditivity

Description:

Indicates the level of k-additivity of the Mobius capacity (the Mobius transform of subsets whose cardinal is superior to k vanishes).

GUI information:

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

-Name: kAdditivity

-Constraint description: The value should be a positive integer, less than or equal to the number of criteria.

-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>

performanceTable

Description:

A performance table. The evaluations should be numeric values, i.e. <real>, <integer> or <rational>.

XMCDA related:

-Tag: performanceTable

mobiusCapacity

Description:

The Mobius transform of a capacity.

XMCDA related:

-Tag: criteriaValues

-Code:

<criteriaValues>
    <criterionValue>
        <criteriaSet>
            <element>
                <criterionID>[...]</criterionID>
            </element>
            [...]
        </criteriaSet>
        <value>
            <real>[...]</real>
        </value>
    </criterionValue>
    [...]
</criteriaValues>

Outputs

messages

Description:

A list of messages generated by the algorithm.

XMCDA related:

-Tag: methodMessages

overallValues

Description:

The overall values of the alternatives.

XMCDA related:

-Tag: alternativesValues

-Code:

<alternativesValues mcdaConcept="overallValues">
    <alternativeValue>
        [...]
    </alternativeValue>
    [...]
</alternativesValues>

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