| Provider: | UTAR |
|---|---|
| Version: | 1.0 |
-Contact: Boris Leistedt (boris.leistedt@gmail.com)
Transforms a performance table via value functions.
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.
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.
-Tag: alternatives
-Code:
<alternatives> <alternative> <alternativeID>[...]</alternativeID> </alternative> </alternatives>
A performance table. The evaluations should be numeric values, i.e. <real>, <integer> or <rational>.
-Tag: performanceTable
-Code:
<performanceTable> <alternativePerformances> <alternativeID>[...]</alternativeID> <performance> <criterionID>[...]</criterionID> <value> <real>[...]</real> </value> </performance> </alternativePerformances> </performanceTable>
Value (utility) functions of chosen criteria (set of points).
-Tag: criteria
-Code:
<criteria> <criterion> <criterionID>[...]</criterionID> <criterionFunction> <points> <point> <abscissa><real>[...]</real></abscissa> <ordinate><real>[...]</real></ordinate> </point> </points> </criterionFunction> </criterion> </criteria>
logMessage
-Tag: methodMessages
-Code:
<methodMessages mcdaConcept="methodMessage"> <logMessage> <text>[...]</text> </logMessage> <errorMessage> <text>[...]</text> </errorMessage> </methodMessages>
Normalized performance table (via the value functions).
-Tag: performanceTable
-Code:
<performanceTable> <alternativePerformances> <alternativeID>[...]</alternativeID> <performance> <criterionID>[...]</criterionID> <value> <real>[...]</real> </value> </performance> </alternativePerformances> </performanceTable>
For further technical details on the web service underlying this program, have a look at its documentation here.