Provider: | UTAR |
---|---|
Version: | 1.0 |
-Contact: Boris Leistedt ([email protected])
Computes the (possibly normalised) weighted sum of alternatives’ evaluations, their average value or simply their sum. The aggregation operator is chosen in the parameter window.
A list of alternatives. Alternatives can be activated or desactivated via the <active> tag (true or false). By default (no <active> tag), alternatives are considered as active.
A list of criteria. Criteria can be activated or desactivated via the <active> tag (true or false). By default (no <active> tag), criteria are considered as active.
-Tag: criteria
-Code:
<criteria> <criterion> <criterionID> %1 </criterionID> </criterion> </criteria>
A performance table. The evaluations should be numeric values, i.e. <real>, <integer> or <rational>. It must contains IDs of both criteria and alternatives described previously.
-Tag: performanceTable
-Code:
<performanceTable> <alternativePerformances> <alternativeID>[...]</alternativeID> <performance> <criterionID>[...]</criterionID> <value> <real>[...]</real> </value> </performance> [...] </alternativePerformances> [...] </performanceTable>
-Optional: True
Containing the optional weights for criteria sum.
-Tag: criteriaValues
-Code:
<criteriaValues> <criterionValue> <criterionID>[...]</criterionID> <value> <real>[...]</real> </value> </criterionValue> [...] </criteriaValues>
Values (or utility) for different alternatives
-Tag: alternativesValues
-Code:
<alternativesValues> <alternativeValue> <alternativeID>[...]</alternativeID> <value> <real>[...]</real> </value> </alternativeValue> </alternativesValues>
logMessage
-Tag: methodMessages
-Code:
<methodMessages mcdaConcept="methodMessage"> <logMessage> <text> [...]</text> </logMessage> <errorMessage> <text> [...]</text> </errorMessage> </methodMessages>
For further technical details on the web service underlying this program, have a look at its documentation here.