Version: | 1.0.0 |
---|---|
Provider: | PUT |
SOAP service’s name: | |
plotClassAssignments-png-PUT (see SOAP requests for details) |
Visualizes class assignments for given alternatives as an image.
Contact: Maciej Uniejewski <maciej.uniejewski@gmail.com>
(For outputs, see below)
Alternatives to consider.
The input value should be a valid XMCDA document whose main tag is <alternatives>
.
Definitions of categories.
The input value should be a valid XMCDA document whose main tag is <categories>
.
Assignments of alternatives to given classes.
The input value should be a valid XMCDA document whose main tag is <alternativesAssignments>
.
Marks of categories (higher mark means better category). Each category need to have unique mark from 1 to C, where C is a number of categories.
The input value should be a valid XMCDA document whose main tag is <categoriesValues>
.
A set of parameters provided to tune up the module’s operation.
The input value should be a valid XMCDA document whose main tag is <programParameters>
.
It must have the following form:
<programParameters>
<parameter id="visualizationType">
<values>
<value>
<label>%1</label>
</value>
</values>
</parameter>
</programParameters>
where:
%1 is a parameter named “Visualization type”. It can have the following values:
normal
: normaldashed
: dashedThe default value is normal.
Visualization of assignments as an image.
The returned value is a XMCDA document whose main tag is <None>
.
Messages or errors generated by this module.
The returned value is a XMCDA document whose main tag is <programExecutionResult>
.