| Provider: | PyXMCDA |
|---|---|
| Version: | 1.1 |
-Contact: Thomas Veneziano (thomas.veneziano@uni.lu)
This web service allows to create a simple performance table by providing a list of alternatives and a list of criteria.
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> <active>[...]</active> [...] </alternative> [...] </alternatives>
Allows to initialize the random generator with a precise seed.
-Tag: methodParameters
-Code:
<methodParameters> <parameter name="seed"> <!-- REQUIRED --> <value> <integer>%1</integer> </value> </parameter> </methodParameters>
-Status: define parameter value via XMCDA file or input by hand, by default via XMCDA file.
-Name: seed
-Constraint description: The value should be a positive integer.
-Optional: yes, enabled by default
A list of parameters allowing to compute non uniform random values for a given criterion. it allows to compute normal series, by providing the average and the standard deviation. It will be able to provide soon other kind of distribution.
-Tag: methodParameters
-Code:
<methodParameters> <parameters name="distributionAverage"> <parameter name ="criterion ID"><value>[...]</value></parameter> [...] </parameters> <parameters name="normalDistributionStandardDeviation"> <parameter name ="criterion ID"><value>[...]</value></parameter> [...] </parameters> </methodParameters>
A list of messages generated by the algorithm.
-Tag: methodMessages
A random performance table.
-Tag: performanceTable
For further technical details on the web service underlying this program, have a look at its documentation here.