ElectreDistillation

Provider:PUT
Version:0.2.0

Description

This module performs distillation (upwards/downwards)

Inputs

(For outputs, see below)

alternatives

Description:

Alternatives to consider

credibility

Description:

Credibility relation

XMCDA related:

  • Tag: alternativesMatrix

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 distillation (XMCDA label : downwards) (default)
      • Upwards distillation (XMCDA label : upwards)
  • Name: alpha

    Used in credibility bounds calculations (alpha x cred. + beta)

    • Type: float
    • Default value: -0.15
  • Name: beta

    Used in credibility bounds calculations (alpha x cred. + beta)

    • Type: float
    • Default value: 0.3

XMCDA related:

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

</value>

</values>

</parameter> <parameter name=”alpha”>

<values>
<value>
<real>%2</real>

</value>

</values>

</parameter> <parameter name=”beta”>

<values>
<value>
<real>%3</real>

</value>

</values>

</parameter>

</programParameters>


Outputs

ranking

Description:

Result of distillation

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.