Provider: | ITTB |
---|---|
Version: | 1.1 |
This web service generates a graph representing a preorder on the alternatives, according to numerical values taken by the alternatives (the “best” alternative has the highest value). Compared to the web service plotAlternativesValuesPreorder, some parameters are added. Colors can be used and the title of the graph can be typed. You can choose between an increasing or a decreasing order for the graph. It is also possible to show the name of the alternatives instead of the id, etc. The alternatives’ evaluations are supposed to be real or integer numeric values.
(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.
A list of <alternativesValue> representing a certain numeric quantity for each alternative, like, e.g., an overall value.
Options of the plotted graph.
Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.
Name: Chart title
Title of the graph.
Name: Order
Increasing or decreasing order w.r.t. the input values.
Name: Plot symbols
Symbol used in the plot.
Name: Display
Display alternatives’ names or IDs.
Name: Colored
Colored or bw graph.
Name: Color
Color of the graph. Choose between “Black”, “Red”, “Blue”, “Green”, “Yellow”, “Magenta” and “Cyan”.
Tag: methodParameters
Code:
<methodParameters>
<parameter id="plot_title" name="Plot Title">
<value>
<label>%1</label>
</value>
</parameter>
<parameter id="plot_order" name="Plot order">
<value>
<label>%2</label>
</value>
</parameter>
<parameter id="node_shape" name="Node shape">
<value>
<label>%3</label>
</value>
</parameter>
<parameter id="show_names" name="Show alternatives names">
<value>
<label>%4</label>
</value>
</parameter>
<parameter id="use_color" name="Colors in the graph">
<value>
<label>%5</label>
</value>
</parameter>
<parameter id="selected_color" name="Selected color">
<value>
<label>%6</label>
</value>
</parameter >
</methodParameters>
A string containing the base64 representation of the png image of the generated graph.
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.