Provider: | ITTB |
---|---|
Version: | 2.0 |
This web service generates a graph representing a partial preorder on the alternatives. The generated graph can be valued. It can also be transitive. Several shapes for the nodes are proposed and colors can be used.
(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 valued relation relative to comparisons of the alternatives. A numeric <value> indicates a the valuation for each <pair> of the relation.
Tag: alternativesMatrix
Code:
<alternativesMatrix>
<row>
<alternativeID>a01</alternativeID>
<column>
<alternativeID>[...]</alternativeID>
<values>
<value>
<real>[...]</real>
</value>
</values>
</column>
[...]
</row>
[...]
</alternativesMatrix>
Generates a graph taking into account the proposed options.
Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.
Name: Graph type:
Choose between true (values appear with their transitions) or false.
Name: With transitive reduction?
Name: Shape of the nodes?
Choose between rectangle, square, ellipse, circle or diamond.
Name: Use colors?
The use of colors: true for a colored graph.
Name: Choose color:
String that indicates the color in the generated graph.Choose between “Black”, “Red”, “Blue”, “Green”, “Yellow”, “Magenta” and “Cyan”.
Tag: programParameters
Code:
<programParameters>
<parameter id="valued_graph" name="Valued graph">
<values>
<value>
<label>%1</label>
</value>
</values>
</parameter>
<parameter id="transitive_reduction" name="Transitive reduction">
<values>
<value>
<label>%2</label>
</value>
</values>
</parameter>
<parameter id="node_shape" name="Node shape">
<values>
<value>
<label>%3</label>
</value>
</values>
</parameter>
<parameter id="use_color" name="Colors in the graph">
<values>
<value>
<label>%4</label>
</value>
</values>
</parameter>
<parameter id="selected_color" name="Selected color">
<values>
<value>
<label>%5</label>
</value>
</values>
</parameter>
</programParameters>
The dot file used to generate the graph.
The image representing the 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.