Version: | 1.0.0 |
---|---|
Provider: | PUT |
SOAP service’s name: | |
PROMETHEE-II-FlowSort_assignments-PUT (see SOAP requests for details) |
Computes class assignment for given alternatives using FlowSort method based on Promethee II.
Contact: Maciej Uniejewski <maciej.uniejewski@gmail.com>
(For outputs, see below)
Definitions of criteria, and their scales.
The input value should be a valid XMCDA document whose main tag is <criteria>
.
Alternatives to consider.
The input value should be a valid XMCDA document whose main tag is <alternatives>
.
Definitions of categories.
The input value should be a valid XMCDA document whose main tag is <categories>
.
The performances of profiles.
The input value should be a valid XMCDA document whose main tag is <performanceTable>
.
Flows of given alternatives and profiles.
The input value should be a valid XMCDA document whose main tag is <alternativesValues>
.
Definitions of profiles which should be used for classes (categories) representation.
The input value should be a valid XMCDA document whose main tag is <categoriesProfiles>
.
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.
The input value should be a valid XMCDA document whose main tag is <categoriesValues>
.
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 <methodParameters>
.
It must have the following form:
<methodParameters>
<parameter id="comparisonWithProfiles">
<value>
<label>%1</label>
</value>
</parameter>
</methodParameters>
where:
%1 is a parameter named “comparison with profiles”. It can have the following values:
central
: central profilesbounding
: boundary profilesThe default value is central.
Final assignments made in a FlowSort (Promethee II) process.
The returned value is a XMCDA document whose main tag is <alternativesAffectations>
.
Messages or errors generated by this module.
The returned value is a XMCDA document whose main tag is <methodMessages>
.