Provider: | PyXMCDA |
---|---|
Version: | 1.1 |
Generate graph representing provided alternativesMatrix as well as the dot files generating this graph. Values associated to transitions can be shown without any preprocessing. Graphviz dot program and format are used by this service.
(For outputs, see below)
Optional: yes, enabled by default
The alternatives to be plotted. All are plotted if not provided.
The alternatives matrix to be plotted.
Parameters of the method
Parameter values can be defined via the GUI or the XMCDA file, by default via GUI.
Name: Color
Color used in the plots.
Name: Shape
Shape use to represent categories.
Name: Image file extension
File extension of generated image figure.
Name: Show values
Defines if values are shown (between parentheses) on the plots or not.
Name: Directed graph
Defines if graph representing alternatives matrix is directed or not.
Name: Transitive reduction
Defines if transitive reduction is applied or not.
Name: Transitive closure
Defines if transitive closure is applied or not.
Name: Naming conventions
How categories and alternatives are labelled on the graph.
Tag: programParameters
Code:
<programParameters>
<programParameter id="color" name="Color">
<values>
<value>
<label>%1</label>
</value>
</values>
</programParameter>
<programParameter id="shape" name="Shape">
<values>
<value>
<label>%2</label>
</value>
</values>
</programParameter>
<programParameter id="image_file_extension" name="Image file extension">
<values>
<value>
<label>%3</label>
</value>
</values>
</programParameter>
<programParameter id="show_values" name="Show values">
<values>
<value>
<boolean>%4</boolean>
</value>
</values>
</programParameter>
<programParameter id="directed_graph" name="Directed graph">
<values>
<value>
<boolean>%7</boolean>
</value>
</values>
</programParameter>
<programParameter id="transitive_reduction" name="Transitive reduction">
<values>
<value>
<boolean>%5</boolean>
</value>
</values>
</programParameter>
<programParameter id="transitive_closure" name="Transitive closure">
<values>
<value>
<boolean>%6</boolean>
</value>
</values>
</programParameter>
<programParameter id="naming_conventions" name="Naming conventions">
<values>
<value>
<label>%8</label>
</value>
</values>
</programParameter>
</programParameters>
Image containing alternatives matrix graph. Format corresponds to the one given in parameters (default is .png).
Generated graphviz dot script that made the image. Given to enable users to later customize the appearance of the graph.
Status messages.
For further technical details on the web service underlying this program, have a look at its documentation here.