Version: | 1.0 |
---|---|
Provider: | ITTB |
SOAP service’s name: | |
transitiveReductionAlternativesComparisons-ITTB (see SOAP requests for details) |
This web service applies a transitive reduction on the relation relative to comparisons of the alternatives. It generates a file containing the alternativesComparisons tag after processing.
Contact: Dhouha Kbaier (dhouha.kbaier@telecom-bretagne.eu)
(For outputs, see below)
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.
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 non-valued relation relative to comparisons of the alternatives.
The input value should be a valid XMCDA document whose main tag is <alternativesMatrix>
.
It must have the following form:
<alternativeMatrix>
<row>
<alternativeID>...</alternativeID>
<column>
<alternativeID>...</alternativeID>
<values>
<value><NA /></value>
</values>
</column>
[...]
<row>
[...]
</alternativeMatrix>
The transitive reduction is applied and a non-valued relation relative to comparisons of the alternatives is generated.
The returned value is a XMCDA document whose main tag is <alternativesMatrix>
.
A list of messages generated by the algorithm.
The returned value is a XMCDA document whose main tag is <methodMessages>
.