Version: | 0.1 |
---|---|
Provider: | PUT |
SOAP service’s name: | |
RORUTADIS-GroupAssignments-PUT (see SOAP requests for details) |
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).
Web page: https://github.com/kciomek/rorutadis
Reference: None
(For outputs, see below)
A list of alternatives.
The input value should be a valid XMCDA document whose main tag is <alternatives>
.
It must have the following form:
<alternatives>
<alternative id="[...]">
<active>[...]</active>
</alternative>
[...]
</alternatives>
A list of categories (classes). List must be sorted from the worst category to the best.
The input value should be a valid XMCDA document whose main tag is <categories>
.
It must have the following form:
<categories>
<category id="[...]" />
[...]
</categories>
Possible assignments computed for Decision Maker 1.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
It must have the following form:
<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>
Necessary assignments computed for Decision Maker 1.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
Possible assignments computed for Decision Maker 2.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
Necessary assignments computed for Decision Maker 2.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
Possible assignments computed for Decision Maker 3.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
Necessary assignments computed for Decision Maker 3.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
Possible assignments computed for Decision Maker 4.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
Necessary assignments computed for Decision Maker 4.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
Possible assignments computed for Decision Maker 5.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
Necessary assignments computed for Decision Maker 5.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
Possible assignments computed for Decision Maker 6.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
Necessary assignments computed for Decision Maker 6.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
Possible assignments computed for Decision Maker 7.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
Necessary assignments computed for Decision Maker 7.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
Possible assignments computed for Decision Maker 8.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
Necessary assignments computed for Decision Maker 8.
The input value should be a valid XMCDA document whose main tag is <alternativesAffectations>
.
Necessary-necessary assignments. An alternative is assigned to some class iff it is necessarily assigned to this class for all Decision Makers.
The returned value is a XMCDA document whose main tag is <alternativesAffectations>
.
It has the following form:
<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>
Necessary-possible assignments. An alternative is assigned to some class iff it is necessarily assigned to this class for at least one Decision Maker.
The returned value is a XMCDA document whose main tag is <alternativesAffectations>
.
Possible-necessary assignments. An alternative is assigned to some class iff it is possibly assigned to this class for all Decision Makers.
The returned value is a XMCDA document whose main tag is <alternativesAffectations>
.
Possible-possible assignments. An alternative is assigned to some class iff it is possibly assigned to this class for at least one Decision Maker.
The returned value is a XMCDA document whose main tag is <alternativesAffectations>
.
Messages generated by the program.
The returned value is a XMCDA document whose main tag is <methodMessages>
.