ElectreIIPreorder

Provider:PUT
Version:0.2.0

Description

This module constructs a complete pre-order using Electre II procedure based on the provided outranking matrix and (optionally) ranking (pre-order).

Inputs

(For outputs, see below)

alternatives

Description:

Alternatives to consider

outranking

Description:

Outranking: binary relation

XMCDA related:

  • Tag: alternativesMatrix

preorder

Optional: yes, enabled by default

Description:

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.

XMCDA related:

  • Tag: alternativesValues

method_parameters

Description:

A set of parameters provided to tune up the module’s operation

GUI information:

  • Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.

  • Name: direction

    Parameters of method

    • Type: drop-down list
    • Possible values:
      • Downwards construction of pre-order: it takes all non-preferred alternatives first (XMCDA label : downwards) (default)
      • Upwards construction of pre-order: it takes all alternatives which do not prefere any other first (XMCDA label : upwards)

XMCDA related:

  • Tag: programParameters
  • Code:
<programParameters>
<parameter name=”direction”>
<values>
<value>
<label>%1</label>

</value>

</values>

</parameter>

</programParameters>


Outputs

ranking

Description:

Result of ElectreII pre-order construction procedure.

XMCDA related:

  • Tag: alternativesValues

messages

Description:

Messages or errors generated by this module.

XMCDA related:

  • Tag: programExecutionResult

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