Version: | 2.0 |
---|---|
Provider: | ITTB |
SOAP service’s name: | |
plotAlternativesMatrix-ITTB (see SOAP requests for details) |
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.
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 valued relation relative to comparisons of the alternatives. A numeric <value> indicates a the valuation for each <pair> of the relation.
The input value should be a valid XMCDA document whose main tag is <alternativesMatrix>
.
It must have the following form:
<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.
The input value should be a valid XMCDA document whose main tag is <programParameters>
.
It must have the following form:
<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>
where:
%1 is a parameter named “Graph type:”. It can have the following values:
true
: Arcs and valuesfalse
: Arcs onlyThe default value is false.
%2 is a parameter named “With transitive reduction?”. It can have the following values:
true
: Yesfalse
: NoThe default value is false.
%3 is a parameter named “Shape of the nodes?”. It can have the following values:
Rectangle
: RectangleSquare
: SquareEllipse
: EllipseCircle
: CircleDiamond
: DiamondThe default value is rectangle.
%4 is a parameter named ” Use colors?”. It can have the following values:
true
: Yesfalse
: NoThe default value is false.
%5 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 dot file used to generate the graph.
The returned value is a XMCDA document whose main tag is <other>
.
The image representing the graph.
The returned value is a XMCDA document whose main tag is <other>
.
A list of messages generated by the algorithm.
The returned value is a XMCDA document whose main tag is <programExecutionResult>
.