Version: | 0.2.0 |
---|---|
Provider: | PUT |
SOAP service’s name: | |
ElectreIIPreorder-PUT (see SOAP requests for details) |
This module constructs a complete pre-order using Electre II procedure based on the provided outranking matrix and (optionally) ranking (pre-order).
Web page: https://github.com/MTomczyk/ElectreDiviz
(For outputs, see below)
Alternatives to consider
The input value should be a valid XMCDA document whose main tag is <alternatives>
.
Outranking: binary relation
The input value should be a valid XMCDA document whose main tag is <alternativesMatrix>
.
A complete pre-order (ranking, this data is optional). When it is provided this algorithm constructs new pre-orders over all eq-aequo classes of provided pre-order, basing on given outranking matrix.
The input value should be a valid XMCDA document whose main tag is <alternativesValues>
.
A set of parameters provided to tune up the module’s operation
The input value should be a valid XMCDA document whose main tag is <programParameters>
.
It must have the following form:
<programParameters>
- <parameter name=”direction”>
- <values>
- <value>
- <label>%1</label>
</value>
</values>
</parameter>
</programParameters>
where:
%1 is a parameter named “direction”. It can have the following values:
downwards
: Downwards construction of pre-order: it takes all non-preferred alternatives firstupwards
: Upwards construction of pre-order: it takes all alternatives which do not prefere any other firstThe default value is item0.
Result of ElectreII pre-order construction procedure.
The returned value is a XMCDA document whose main tag is <alternativesValues>
.
Messages or errors generated by this module.
The returned value is a XMCDA document whose main tag is <programExecutionResult>
.