RORUTADIS-GroupAssignments

Provider:PUT
Version:0.1

Description

This service allows for merging different assignments, e.g. from various decision makers (group result, group assignment). Service developed by Krzysztof Ciomek (Poznan University of Technology, under supervision of Milosz Kadzinski).

Inputs

(For outputs, see below)

alternatives

Description:

A list of alternatives.

categories

Description:

A list of categories (classes). List must be sorted from the worst category to the best.

XMCDA related:

  • Tag: categories

  • Code:

                        <categories>
        <category id="[...]" />
        [...]
    </categories>
    

possibleAssignmentsDM1

Description:

Possible assignments computed for Decision Maker 1.

XMCDA related:

  • Tag: alternativesAffectations

  • Code:

    <alternativesAffectations>
            <alternativeAffectation>
                    <alternativeID>[...]</alternativeID>
                    <categoryID>[...]</categoryID>
            </alternativeAffectation>
            [...]
            <alternativeAffectation>
                    <alternativeID>[...]</alternativeID>
                    <categoriesInterval>
                            <lowerBound>
                                    <categoryID>[...]</categoryID>
                            </lowerBound>
                            <upperBound>
                                    <categoryID>[...]</categoryID>
                            </upperBound>
                    </categoriesInterval>
            </alternativeAffectation>
            [...]
            <alternativeAffectation>
                    <alternativeID>[...]</alternativeID>
                    <categoriesSet>
                            <categoryID>[...]</categoryID>
                            [...]
                    </categoriesSet>
            </alternativeAffectation>
            [...]
    </alternativesAffectations>
    

necessaryAssignmentsDM1

Description:

Necessary assignments computed for Decision Maker 1.

XMCDA related:

  • Tag: alternativesAffectations

possibleAssignmentsDM1

Optional: yes, enabled by default

Description:

Possible assignments computed for Decision Maker 2.

XMCDA related:

  • Tag: alternativesAffectations

necessaryAssignmentsDM2

Optional: yes, enabled by default

Description:

Necessary assignments computed for Decision Maker 2.

XMCDA related:

  • Tag: alternativesAffectations

possibleAssignmentsDM3

Optional: yes, enabled by default

Description:

Possible assignments computed for Decision Maker 3.

XMCDA related:

  • Tag: alternativesAffectations

necessaryAssignmentsDM3

Optional: yes, enabled by default

Description:

Necessary assignments computed for Decision Maker 3.

XMCDA related:

  • Tag: alternativesAffectations

possibleAssignmentsDM4

Optional: yes, disabled by default

Description:

Possible assignments computed for Decision Maker 4.

XMCDA related:

  • Tag: alternativesAffectations

necessaryAssignmentsDM4

Optional: yes, disabled by default

Description:

Necessary assignments computed for Decision Maker 4.

XMCDA related:

  • Tag: alternativesAffectations

possibleAssignmentsDM5

Optional: yes, disabled by default

Description:

Possible assignments computed for Decision Maker 5.

XMCDA related:

  • Tag: alternativesAffectations

necessaryAssignmentsDM5

Optional: yes, disabled by default

Description:

Necessary assignments computed for Decision Maker 5.

XMCDA related:

  • Tag: alternativesAffectations

possibleAssignmentsDM6

Optional: yes, disabled by default

Description:

Possible assignments computed for Decision Maker 6.

XMCDA related:

  • Tag: alternativesAffectations

necessaryAssignmentsDM6

Optional: yes, disabled by default

Description:

Necessary assignments computed for Decision Maker 6.

XMCDA related:

  • Tag: alternativesAffectations

possibleAssignmentsDM7

Optional: yes, disabled by default

Description:

Possible assignments computed for Decision Maker 7.

XMCDA related:

  • Tag: alternativesAffectations

necessaryAssignmentsDM7

Optional: yes, disabled by default

Description:

Necessary assignments computed for Decision Maker 7.

XMCDA related:

  • Tag: alternativesAffectations

possibleAssignmentsDM8

Optional: yes, disabled by default

Description:

Possible assignments computed for Decision Maker 8.

XMCDA related:

  • Tag: alternativesAffectations

necessaryAssignmentsDM8

Optional: yes, disabled by default

Description:

Necessary assignments computed for Decision Maker 8.

XMCDA related:

  • Tag: alternativesAffectations

Outputs

necessaryNecessaryAssignments

Description:

Necessary-necessary assignments. An alternative is assigned to some class iff it is necessarily assigned to this class for all Decision Makers.

XMCDA related:

  • Tag: alternativesAffectations

  • Code:

    <alternativesAffectations>
            <alternativeAffectation>
                    <alternativeID>[...]</alternativeID>
                    <categoryID>[...]</categoryID>
            </alternativeAffectation>
            [...]
            <alternativeAffectation>
                    <alternativeID>[...]</alternativeID>
                    <categoriesInterval>
                            <lowerBound>
                                    <categoryID>[...]</categoryID>
                            </lowerBound>
                            <upperBound>
                                    <categoryID>[...]</categoryID>
                            </upperBound>
                    </categoriesInterval>
            </alternativeAffectation>
            [...]
            <alternativeAffectation>
                    <alternativeID>[...]</alternativeID>
                    <categoriesSet>
                            <categoryID>[...]</categoryID>
                            [...]
                    </categoriesSet>
            </alternativeAffectation>
            [...]
    </alternativesAffectations>
    

necessaryPossibleAssignments

Description:

Necessary-possible assignments. An alternative is assigned to some class iff it is necessarily assigned to this class for at least one Decision Maker.

XMCDA related:

  • Tag: alternativesAffectations

possibleNecessaryAssignments

Description:

Possible-necessary assignments. An alternative is assigned to some class iff it is possibly assigned to this class for all Decision Makers.

XMCDA related:

  • Tag: alternativesAffectations

possiblePossibleAssignments

Description:

Possible-possible assignments. An alternative is assigned to some class iff it is possibly assigned to this class for at least one Decision Maker.

XMCDA related:

  • Tag: alternativesAffectations

messages

Description:

Messages generated by the program.

XMCDA related:

  • Tag: methodMessages

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