PROMETHEE-I-FlowSort_assignments

Provider:PUT
Version:1.0.0

Description

Computes class assignment for given alternatives using FlowSort method based on Promethee I.

Inputs

(For outputs, see below)

criteria

Description:

Criteria to consider.

alternatives

Description:

Alternatives to consider.

XMCDA related:

  • Tag: alternatives

categories

Description:

Definitions of categories.

XMCDA related:

  • Tag: categories

profiles performances

Description:

The performances of profiles.

XMCDA related:

  • Tag: performanceTable

criteria scales

Description:

Scales of considered criteria.

XMCDA related:

  • Tag: criteriaScales

positive flows

Description:

Positive flows of given alternatives and profiles.

XMCDA related:

  • Tag: alternativesValues

negative flows

Description:

Negative flows of given alternatives and profiles.

XMCDA related:

  • Tag: alternativesValues

categories profiles

Description:

Definitions of profiles which should be used for classes (categories) representation.

XMCDA related:

  • Tag: categoriesProfiles

categories marks

Description:

Marks of categories (higher mark means better category). Each category need to have unique mark from 1 to C, where C is a number of categories.

XMCDA related:

  • Tag: categoriesValues

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: comparison with profiles

    Information if we are using central or boundary profiles.

    • Type: drop-down list
    • Possible values:
      • central profiles (XMCDA label : central) (default)
      • boundary profiles (XMCDA label : bounding)

XMCDA related:

  • Tag: programParameters

  • Code:

    <programParameters>
        <parameter id="comparisonWithProfiles">
            <values>
                <value>
                    <label>%1</label>
                </value>
            </values>
        </parameter>
    </programParameters>
    

Outputs

assignments

Description:

Final assignments made in a FlowSort (Promethee I) process.

XMCDA related:

  • Tag: alternativesAssignments

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.