Version: | 2.0 |
---|---|
Provider: | ITTB |
Name: | plotPerformanceTable_starGraph |
SOAP service’s name: | |
plotPerformanceTable_starGraph-ITTB (see SOAP requests for details) |
This web service generates, for each alternative, a plot representing the performance table as a star graph. Colors can be used. You can specify how to display the star graphs: by line, by column or in a grid. The star graphs can also be ordered by name or by id (of the alternatives).
Contact: Dhouha Kbaier (dhouha.kbaier@telecom-bretagne.eu)
(For outputs, see below)
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.
The input value should be a valid XMCDA document whose main tag is <alternatives>
.
It must have the following form:
<alternatives>
<alternative>
<active>[...]</active>
[...]
</alternative>
[...]
</alternatives>
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.
The input value should be a valid XMCDA document whose main tag is <criteria>
.
It must have the following form:
<criteria>
<criterion>
<active>[...]</active>
</criterion>
[...]
</criteria>
Criteria scales. Preference direction for the selected criteria can be provided (min or max). In this web service, the default value is set to max.
The input value should be a valid XMCDA document whose main tag is <criteriaScales>
.
It must have the following form:
<criteriaScales>
<criterionScale>
<criterionID>...</criterionID>
<scales>
<scale>
<quantitative>
<preferenceDirection>min</preferenceDirection>
</quantitative>
</scale>
</scales>
</criterionScale>
[...]
</criteriaScales>
A performance table. The evaluations should be only real or integer numeric values, i.e. <real> or <integer>.
The input value should be a valid XMCDA document whose main tag is <performanceTable>
.
The input value should be a valid XMCDA document whose main tag is <programParameters>
.
It must have the following form:
<programParameters>
<parameter id="preference_direction" name="Use preference direction">
<values>
<value>
<label>%1</label>
</value>
</values>
</parameter>
<parameter id="unique_plot" name="Unique plot">
<values>
<value>
<label>%2</label>
</value>
</values>
</parameter>
<parameter id="plots_display" name="Plots' display">
<values>
<value>
<label>%3</label>
</value>
</values>
</parameter>
<parameter id="order_by" name="Order by">
<values>
<value>
<label>%4</label>
</value>
</values>
</parameter>
<parameter id="order" name="order">
<values>
<value>
<label>%5</label>
</value>
</values>
</parameter>
<parameter id="use_color" name="Colors in the plots">
<values>
<value>
<label>%6</label>
</value>
</values>
</parameter>
<parameter id="selected_color" name="Selected color">
<values>
<value>
<label>%7</label>
</value>
</values>
</parameter>
</programParameters>
where:
%1 is a parameter named “Use preference directions?”. It can have the following values:
true
: Yesfalse
: NoThe default value is false.
%2 is a parameter named “Unique or multiple plot(s)?”. It can have the following values:
true
: Uniquefalse
: MultipleThe default value is true.
%3 is a parameter named “Plots arrangement”. It can have the following values:
column
: Columnline
: Linegrid
: GridThe default value is column.
%4 is a parameter named “Order abscissa by:”. It can have the following values:
name
: nameid
: idThe default value is order_by_id.
%5 is a parameter named “order”. It can have the following values:
increasing
: Ascending orderdecreasing
: Descending orderThe default value is increasing.
%6 is a parameter named “Use Colors?”. It can have the following values:
true
: Yesfalse
: NoThe default value is false.
%7 is a parameter named “Choose color:”. It can have the following values:
black
: Blackred
: Redblue
: Bluegreen
: Greenyellow
: Yellowmagenta
: Magentacyan
: CyanThe default value is black.
The star graph representing the performance table, as a PNG image.
The returned value is a XMCDA document whose main tag is <alternativeValue>
.
A list of messages generated by the algorithm.
The returned value is a XMCDA document whose main tag is <programExecutionResult>
.