Provider: | ITTB |
---|---|
Version: | 2.0 |
This web service generates a plot representing the alternatives assignments. Colors can be used. You can specify how to display the different categories: by line, by column or in a grid. The plots can also be ordered: alphabetical order, its inverse or by categories.
(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.
Optional: yes, enabled by default
The list of categories and their rank (required!).
Tag: categories
Code:
<categories>
<category id=[...]>
<active>[...]</active>
<rank>
<integer>[...]</integer>
</rank>
</category>
[...]
</categories>
Assignment of reference alternatives
None
Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.
Name: Plot title:
String for the title of the plot. The default value is an empty field.
Name: Unique plot?
In a unique plot, only one image is generated containing all the alternatives affectations. Multiple plots can be obtained. The default value is true.
Name: Display assignments by:
In the case of a unique plot, you can specify how to display the categories: by line, by column or in a grid. The default value is by column.
Name: Order:
The parameter which says if the categories are sorted out. Choose between “increasing” (alphabetical order), “decreasing” or “categories”.
Name: Choose color:
Choose between “Black”, “Red”, “Blue”, “Green”, “Yellow”, “Magenta” and “Cyan”.
Name: Plot alternatives in:
The categories can be plotted in a rectangle, an oval or a diamond.
Tag: programParameters
Code:
<programParameters>
<parameter id="plot_title" name="Plot title">
<values>
<value>
<label>%2</label>
</value>
</values>
</parameter>
<parameter id="unique_plot" name="Unique plot">
<values>
<value>
<label>%3</label>
</value>
</values>
</parameter>
<parameter id="plots_display" name="Plots' display">
<values>
<value>
<label>%4</label>
</value>
</values>
</parameter>
<parameter id="order" name="Order">
<values>
<value>
<label>%5</label>
</value>
</values>
</parameter>
<parameter id="selected_color" name="Selected color">
<values>
<value>
<label>%7</label>
</value>
</values>
</parameter>
<parameter id="categories_shape" name="Categories shape">
<values>
<value>
<label>%8</label>
</value>
</values>
</parameter>
</programParameters>
A string containing the base64 representation of the png image of the generated plot.
A list of messages generated by the algorithm.
For further technical details on the web service underlying this program, have a look at its documentation here.