PrometheeFlows

Provider:J-MCDA
Version:0.5.5

Description

Computes Promethee flows (net flows, positive flows, or negative flows).

  • Contact: Olivier Cailloux <olivier.cailloux@ecp.fr>
  • Web page: http://sourceforge.net/projects/j-mcda/
  • Reference: Cailloux, Olivier. Electre and Promethee MCDA methods as reusable software components. In Proceedings of the 25th Mini-EURO Conference on Uncertainty and Robustness in Planning and Decision Making (URPDM 2010). Coimbra, Portugal, 2010.

Inputs

(For outputs, see below)

alternatives

Optional: yes, enabled by default

Description:

The alternatives to consider. Set some alternatives as inactive (or remove them) to ignore them.

preference

Description:

The preference relation from which to compute flows.

XMCDA related:

  • Tag: alternativesComparisons

flow_type

Description:

The type of flow to compute: positive, negative or net.

GUI information:

  • Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.
  • Name: flow_type
    • Type: drop-down list
    • Possible values:
      • The positive flow. (XMCDA label : POSITIVE) (default)
      • The negative flow. (XMCDA label : NEGATIVE)
      • The net flow. (XMCDA label : NET)

XMCDA related:

  • Tag: methodParameters

  • Code:

    <methodParameters>
       <parameter>
             <value>
                <label>%1</label>
             </value>
       </parameter>
    </methodParameters>
    

Outputs

flows

Description:

The flows computed from the given data.

XMCDA related:

  • Tag: alternativesValues

messages

Description:

A status message.

XMCDA related:

  • Tag: methodMessages

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